- Introduced `get_wildcard_address` function for explicit wildcard binding.
- Updated examples to use `get_available_interfaces` and `get_optimal_binding_address` for address selection.
- Ensured consistent usage of the new address paradigm across all example files.
- Added tests to verify the implementation of the new address paradigm and wildcard feature.
* updated examples to automatically use random port
* Refactor examples to use shared utils for port selection (#1)
---------
Co-authored-by: acul71 <34693171+acul71@users.noreply.github.com>