Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordc42 <dcrocker@duet3d.com>2022-07-17 11:57:42 +0300
committerGitHub <noreply@github.com>2022-07-17 11:57:42 +0300
commit7254f5b2dc3202e345c4a7b2f5f70aa8fa9a5fad (patch)
treec7d82a3c5366640f0f30669a5ec0b995ddd51d08
parent2907b3196ec19a889ea5e13b069ad0e38779dbc9 (diff)
Update Notes on multicast implementation.md
-rw-r--r--src/Networking/MulticastDiscovery/Notes on multicast implementation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Networking/MulticastDiscovery/Notes on multicast implementation.md b/src/Networking/MulticastDiscovery/Notes on multicast implementation.md
index dc949c65..217754cc 100644
--- a/src/Networking/MulticastDiscovery/Notes on multicast implementation.md
+++ b/src/Networking/MulticastDiscovery/Notes on multicast implementation.md
@@ -29,9 +29,9 @@ The DNETINF command allows the IP address, netmask and gateway UP address to be
M98 P"network-override.g"
M552 S1
```
-- After these commands there must not be any M552, M553 or M554 commands
-- Optionally, create an initial file sys/network-override.g containing M552, M553 and M554 commands to set default IP address etc. In the absence of file network-override.g, DHCP will be used.
+- After these commands there must not be any M550, M552, M553 or M554 commands
+- Optionally, create an initial file sys/network-override.g containing M550, M552, M553 and M554 commands to set default device name, IP address etc. In the absence of file network-override.g, DHCP will be used.
-When the DNETINF multicast command is received, file sys/network-override.g will be re-created with M552, M553 and M554 commands to set the requested IP address, netmask and gateway IP address.
+When the DNETINF multicast command is received, file sys/network-override.g will be re-created with M550, M552, M553 and M554 commands to set the requested device name, IP address, netmask and gateway IP address.
Note, if the DHCP flag is set in the DNETINF command then the received IP address, netmask and gateway address will be ignored and the IP address etc. will be set to zero instead. This is because RRF uses a zero IP address to indicate that DHCP should be used.