mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-20 01:13:58 +00:00
more details for address configuration
This commit is contained in:
parent
952dff8526
commit
19e5cd2cbf
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ this, it sends a "Neighbour solicitation". (This looks a little bit oversized, b
|
||||||
their addresses have already been exchanged in the above steps. But ICMP is standard technology.)
|
their addresses have already been exchanged in the above steps. But ICMP is standard technology.)
|
||||||
20. The charger responds to the neighbor solicitation request with a neighbor advertisement. This contains the MAC address of the charger.
|
20. The charger responds to the neighbor solicitation request with a neighbor advertisement. This contains the MAC address of the charger.
|
||||||
In the case, we use this pyPLC project as charger, we rely on the operating system that it covers the ICMP. On Win10, this works perfectly,
|
In the case, we use this pyPLC project as charger, we rely on the operating system that it covers the ICMP. On Win10, this works perfectly,
|
||||||
the only thing we must make sure, that the MAC and IPv6 of the ethernet port are correctly configured in the python script.
|
the only thing we must make sure, that the MAC and IPv6 of the ethernet port are correctly configured in the python script. Use
|
||||||
|
`ipconfig -all` on Windows, to find out the addresses.
|
||||||
21. Now, the car and the charger have a clear view about addressing (MAC, IPv6).
|
21. Now, the car and the charger have a clear view about addressing (MAC, IPv6).
|
||||||
22. The car requests to open a TCP connection to chargerIP at port 15118.
|
22. The car requests to open a TCP connection to chargerIP at port 15118.
|
||||||
23. The charger, which was listening on port 15118, confirms the TCP channel. (Todo: not yet implemented)
|
23. The charger, which was listening on port 15118, confirms the TCP channel. (Todo: not yet implemented)
|
||||||
|
|
Loading…
Reference in a new issue