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:
authorDavid Crocker <dcrocker@eschertech.com>2022-07-17 12:34:10 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-17 12:34:10 +0300
commita1b6e7497171752b1a3a44cd22097d92f18c8e32 (patch)
tree851a23d3592455df4b229e4de688a0a500cf0f6c
parent0f4d9a13f0f7f225dd43519ceaab6a52e651d5b2 (diff)
parent7254f5b2dc3202e345c4a7b2f5f70aa8fa9a5fad (diff)
Merge branch '3.4-multicast' of https://github.com/Duet3D/RepRapFirmware.git into 3.4-multicast
-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.