Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local address #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AndyPeterman
Copy link

Add "Local address" field which will automatically be used if server is on local network.
This allows going outside of your local network without having to re-enter the server address
each time you leave and come back.

Note: Documentation will need to be updated to explain this change.

ViewController:
Added "Local address" field
Set address fields to URL content
Tweaked layout so names don't get truncated

NetUtilities:
Added NetUtilites.m/h which contain some useful tools from my library

IPFTestRunner:
Fix so that iperf_set_test_server_hostname isn't called when hostname is nil

IPFTestRunnerViewController:
Added localAddressTextField field to hold local address
Added local address to be saved and restored in defaults
Added call to [NetUtilities getBestAddr ...] to determine which address to use, which
includes some testing to make sure the address is valid. If error, return gracefully.
Address that's used is set to bold while the test is underway

…is on local network.

This allows going outside of your local network without having to re-enter the server address
each time you leave and come back.

ViewController:
	Added "Local address" field
	Set address fields to URL content
	Tweaked layout so names don't get truncated

NetUtilities:
	Added NetUtilites.m/h which contain some useful tools from my library

IPFTestRunner:
	Fix so that iperf_set_test_server_hostname isn't called when hostname is nil

IPFTestRunnerViewController:
	Added localAddressTextField field to hold local address
	Added local address to be saved and restored in defaults
	Added call to [NetUtilities getBestAddr ...] to determine which address to use, which
		includes some testing to make sure the address is valid.  If error, return gracefully.
	Address that's used is set to bold while the test is underway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant