axcxl / overwatcher

Ultra-lightweight automated testing framework for CLIs.
MIT License
0 stars 0 forks source link

Overwatcher works only with newer Ser2net #6

Open axcxl opened 6 years ago

axcxl commented 6 years ago

Using ser2net 2.9, default config for port - does not work.

Using 3.5 with the following config works OK: 3000:telnet:600:/dev/ttyUSB0:115200 banner remctl telnet_brk_on_sync -chardelay max-connections=3

This needs to be investigated.

axcxl commented 6 years ago

Realized why: currently overwatcher opens two separate sockets, one for reading, one for writing :)

This needs to be changed so it can also support telnet to the device.

axcxl commented 6 years ago

Was changed when adding support for telnet directly to the device, as that required only one socket. This will be closed when that branch is merged (still testing for now).

axcxl commented 6 years ago

Telnet support was merged in, this needs to be tested and closed.