-
Notifications
You must be signed in to change notification settings - Fork 3
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
General discussion about Setup/Configuration #31
Comments
If we use a DHCP server "Assigned IP address" is not required. If we use subnetting, the IP range can be calculated. I think we should make a "normal" configuration and an advanced configuration. The process for the normal configuration could be:
(- Ask for AVRID) (Maybe we could get it from the server at first startup)
In advanced configuration everything can be set up. |
Yeah! :) We can set up a connection only with MAC and IP. We get the Gateway and Subnetmask from the network. |
I found an option to deactivate DHCP in my router. And tested it successful! |
I'm not sure, does the Ethernet Shield require an IP address? Will the shield get an IP address without DHCP?
|
Without an IP adress, we call the function for getting the IP from DHCP. So we require an IP address. |
If we have no DHCP, or it fails, we need the gateway, dns and subnetmask. Otherwise we would use wrong defaults: gateway: defaults to the device IP address with the last octet set to 1 |
We also have to set the dns server now. (see #12) |
retry of server connecection was also added (retryHost) |
I've created a diagram: d1e4d3e Should we add a setup page on the arduino server? |
setup menu is like in the diagram. 7e69ba5 |
Wow! Cool! |
The goal is to make it as easy as possible to setup a new Autarc LAN Scanner. Those information are needed to run the Scanner:
pingrequest
?The column "Required" shows if we really need the value of this parameter. This means we could omit all the other values and set default values if we can.
@PcTim can you check what can be set for the missing ("?") values of the "Required" column? I want to use this matrix to figure out what can be improved in the setup.
The text was updated successfully, but these errors were encountered: