Re: Telnet broken?

2023-02-13 Thread Nathan Hartman
Update: Bug was introduced in apps repo git commit 75455d3788601e7730a17a228c31d254e4fbfd61. Not sure which part of this commit yet, but this commit reuses nsh_session logic in nsh_telnetmain to remove code duplication; part of the old telnet code which didn't make it past this change includes this

Re: Telnet broken?

2023-02-13 Thread Nathan Hartman
Looks like a bug was introduced sometime between October and now. I just built the following revision, which is from October 1. NSH via telnet is working perfectly: nuttx: 2a574427c6b97e3309aeadf6a4374420121f8f7b apps: 0e0ac0656be9f812653802b3282b56380b69585b Several changes were made in the app

Re: Telnet broken?

2023-02-13 Thread Nathan Hartman
Posting the config in question: # # This file is autogenerated: PLEASE DO NOT EDIT IT. # # You can use "make menuconfig" to make any modifications to the installed .config file. # You can then do "make savedefconfig" to generate a new defconfig file that includes your # modifications. # # CONFIG_A

Re: Telnet broken?

2023-02-13 Thread Nathan Hartman
Finally I have a chance to look at this again. If I have CONFIG_NSH_CLE, the board boots, gets a DHCP lease, and responds to telnet, but with that ^[[62;6R business... and doesn't seem to function much beyond that. If I have CONFIG_NSH_READLINE instead (the two options are mutually exclusive, rig

Re: ZeroMQ

2023-02-13 Thread Janne Rosberg
I did the libzmq and libnng porting (WIP) year ago to nuttx apps Never finished it to Nuttx PR It's available here for reference if someone is interested. offcode-oy/nuttx-apps at wip/libzmq_and_nng (github.com) --Janne _