IEC104TCP icon indicating copy to clipboard operation
IEC104TCP copied to clipboard

IEC104 client and server simulator

Results 3 IEC104TCP issues
Sort by recently updated
recently updated
newest added

TypeError: unbound method copy() must be called with CP56Time instance as first argument (got nothing instead)

Traceback (most recent call last): File "example.py", line 7, in print client.sendOne(p) File "/home/user/IEC-104/IEC104TCP-master/iec104client.py", line 279, in sendOne iec104=self.buildpacket(p) File "/home/user/IEC-104/IEC104TCP-master/iec104client.py", line 272, in buildpacket return iframe/asduhead/asdubody File "/home/user/.pyenv/versions/2.7.18/lib/python2.7/site-packages/scapy/packet.py", line...