-
-
#1 When I try to run the enip script on Fedora 20 (x86_64), I get the following error:
$ ruby opener.rb '192.168.100.119'
/usr/share/ruby/ipaddr.rb:475:in `initialize': address family must be specifi…
-
Hi,
"cpppo" (https://github.com/pjkundert/cpppo) is a very cool python library that among other things can simulate a PLC locally. This is quite useful for testing without needing PLC hardware, and…
-
Hi
I have succesfully read information from JXC91, but write doesn't work.
Could anyone interpret the log file what is wrong?
from cpppo.server.enip import poll
from cpppo.server.enip.get_attr…
-
Hello,
I m starting cpppo server node as follow, with this cppo.cfg:
---------------------------------------------------------------------------------------
[Identity]
Vendor Number = 243
Dev…
-
For simplifications beyond #534 the template directories could be flattened a bit.
Currently:
```
conpot/templates
├── default
│ ├── bacnet
│ │ └── bacnet.xml
│ ├── enip
│ │ └─…
-
In refactoring, bumped into issue where "my settings" in DB here didn't have `enip` etc..
so refactoring with `defaultSettings` in py to keep running..
# Main Question ?
is there somewhere we c…
-
I'm using the client to read/write DINT tags like so:
`python -m cpppo.server.enip.client -a myaddress "myDINTtag"`
`python -m cpppo.server.enip.client -a myaddress "myDINTtag=(DINT)1234"`
These …
-
Importing the proxy
`from cpppo.server.enip.get_attribute import proxy`
I get the error:
```Exception has occurred: TypeError
code() argument 13 must be str, not int
File "/workspace/app/main…
-
Hi, I am try to test the library to read tags, however its show the following error bellow:
Traceback (most recent call last):
File "read_tag.py", line 7, in
from cip import CIP, CIP_Path
…