ser2net
ser2net copied to clipboard
Serial to network interface, allows TCP/UDP to serial port connections
Hello, I do have an issue with ser2net, I am using it with uart without flow-control signals, specifically for the linux tty console and we do have issues with chars...
Importing Sequence directly from collections was deprecated in python3.10. Fixes: ```python AttributeError: module 'collections' has no attribute 'Sequence' ```
I've defined a port with `accepter: tcp,1234`. When starting ser2net at boot, it complains: > Invalid accepter port name/number 'tcp,1234': Unable to find a valid name on the name server...
Hey! Thanks for an amazing project, I've been using it very successfully with [zigbee2mqtt](https://www.zigbee2mqtt.io)'s support for [remote adapters](https://www.zigbee2mqtt.io/advanced/remote-adapter/connect_to_a_remote_adapter.html#_1-install-ser2net). Coming from the `ser2net v2` that was bundled with my OS, v4...
Sometimes our connections get stuck on `closing` state, as seen in `showport` on admin console. Seems that outside windows clients encountered this problem more often (they were also connecting via...
Hi, I'm working on a project that was originally setup by someone else using the .conf. file I'm trying to convert to .Yaml, but I'm not sure how to do...
I have noticed that `ser2net` spams some unknown messages to terminal: ``` ... A: 1 B: 4 none C: 0 ... ``` Nothing else is ever being printed, only these...
I have another issue. What happens: Occassianally when connecting to ser2net with telnet I don't get the expected output. Instead of the 'current' output of a serial console, I get...
ser2net segfaults roughly within a day on a certain PC. Here's some info from latest core dump: Click to expand ``` TESTPC@TESTPC:~$ coredumpctl info PID: 3328456 (ser2net) UID: 1000 (TESTPC)...
Thank you for ser2net. It is an excellent and extremely useful program. I have another instance of the `Invalid port name/number: Invalid data to parameter on line ...` problem. This...