Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:netzer:start [2014/06/21 18:09] – [MDNS] svesch | en:netzer:start [2025/06/11 20:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 69: | Line 69: | ||
===== MDNS ===== | ===== MDNS ===== | ||
- | The exact IP address is not relevant for first connections. The simplest way is to connect to the network name (per MDNS). For that reason | + | The exact IP address is not relevant for first connections. |
+ | The simplest way is to connect to the network name (per MDNS). | ||
+ | |||
+ | <WRAP center round download 60%> | ||
+ | For finding MDNS services you can use our {{: | ||
+ | The source code can be found at [[https:// | ||
+ | It is written in pure python and also runs on Linux and MAC. | ||
+ | </ | ||
+ | |||
+ | Another option is to install | ||
Searching or browsing can be done from command line like: | Searching or browsing can be done from command line like: | ||
Line 80: | Line 89: | ||
</ | </ | ||
- | With MDNS installed Netzer can be pinged via its name for example: | + | With MDNS installed Netzer can be pinged via its name (the name can be found at the bottom of the board) |
< | < | ||
>ping ne2c3dc0.local | >ping ne2c3dc0.local | ||
Line 109: | Line 118: | ||
The most of the functionality can be configured due to Netzers web access. | The most of the functionality can be configured due to Netzers web access. | ||
+ | While entering the website you have to [[accesscontrol|login]]. | ||
The IOs can also be accessed (read and written) from here. | The IOs can also be accessed (read and written) from here. | ||
Line 115: | Line 125: | ||
The IOs can be accessed due to different channels. | The IOs can be accessed due to different channels. | ||
- | Up to version 1.4 the common access method is via [[gpioserver]]. | + | The common access method is via [[gpioserver]]. |
+ | |||
+ | |||
+ | ===== Serial access ===== | ||
+ | The different serial connections can be accessed due to network socket. | ||
+ | The common access method is via [[serialserver]]. | ||