mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
Update readme.md
This commit is contained in:
parent
048d78a2ab
commit
673107826c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#Some try-outs with Python and network adaptor low-level communiation
|
||||
# Some try-outs with Python and network adaptor low-level communiation
|
||||
|
||||
##Installation / Preconditions
|
||||
## Installation / Preconditions
|
||||
Tested with windows10
|
||||
|
||||
1. Install python (windows automatically launches the installer if you type „python“ into the search field of the task bar)
|
||||
|
@ -25,4 +25,4 @@ for ts, pkt in sniffer:
|
|||
print('%d\tSRC %-16s\tDST %-16s' % (ts, addr(pkt, sniffer.dloff + 12), addr(pkt, sniffer.dloff + 16)))
|
||||
|
||||
##Further steps
|
||||
(to be continued)
|
||||
(to be continued)
|
||||
|
|
Loading…
Reference in a new issue