Is there any packages for Python or Go to install? #85
zhaozhaofox
started this conversation in
Ideas
Replies: 1 comment
-
|
The python install comes with gensio itself. On Ubuntu 24, at least, there is a python3-gensio module. It requires compilation in C or C++, so I'm not sure how pip would do that. The go repository is at https://github.com/cminyard/go in the gensio directory. There are examples in the c++/swig/go/examples in the gensio repository.. There's a README there with details. If you know rust, that's probably the easiest, you can see https://github.com/cminyard/rust-gensio for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Gensio is a absolately awsome project to deal with so many protocol, such as telnet, ssh, serial... But how can I use gensio in Python or Go code? I am not good at C/C++...
Beta Was this translation helpful? Give feedback.
All reactions