Re: RTEMS Shell attached to Socket

2018-04-10 Thread Sebastian Huber
Hello Phil, you can use telnet to attach a shell to a socket. Here is an example: https://git.rtems.org/rtems-libbsd/tree/testsuite/telnetd01/test_main.c Should work also with the legacy network stack. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany

RTEMS Shell attached to Socket

2018-04-10 Thread LINDOW, Phil
Dear all, I would like to use the RTEMS shell for a project but I need the shell to be attached to a socket and not just to a serial port. The documentation I found here Shell-Documentation says that this is possible but