mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +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.)
|
||||
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,
|
||||
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).
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue