Thomas Cherryhomes

Results 34 issues of Thomas Cherryhomes

Which neslib is used for the NES examples? are you using a custom crt0.s? Your downloaded project files are woefully incomplete. -Thom

TNFS servers will time-out sessions after no activity for 6 hours. This means that any TNFS mounts left on overnight will time-out due to a now invalid session ID. The...

enhancement

The code in lib/libssh2 no longer works correctly, due to a combination of used deprecated protocol KEX algorithms, and changes to ESP-IDF, so, it should be replaced with libssh, and...

bug
enhancement
help wanted
refactor

Just as with #444 we need a way to do the same for JSON. https://github.com/stedolan/jq

enhancement

We need an XPath parser of some sort that can be attached to any protocol (e.g. HTTP). I did a video demonstration showing a possible interface for the XML parser,...

enhancement
help wanted

In the insert-libssh branch, I have replaced libssh2, with a libssh component, now living in components/libssh. Unfortunately, it doesn't seem to be building with the current esp-idf that's provided with...

help wanted
good first issue

The current WiFi MODEM code lives monolithically inside sio/modem.cpp. This should be re-factored outward into its own library under lib/ so it can be used by other peripheral buses (and...

enhancement
refactor

FTP protocol adapter really needs a lot of work. It is broken up into the FTP protocol adapter: * https://github.com/FujiNetWIFI/fujinet-platformio/blob/master/lib/network-protocol/FTP.cpp * https://github.com/FujiNetWIFI/fujinet-platformio/blob/master/lib/network-protocol/FTP.h The Parent FS class that implements common logic...

bug
help wanted

Now that libssh2 is embedded, a protocol adapter can be made to be able to do interactive shell sessions: To implement: [ ] copy https://github.com/FujiNetWIFI/fujinet-platformio/blob/master/lib/network-protocol/Test.cpp and https://github.com/FujiNetWIFI/fujinet-platformio/blob/master/lib/network-protocol/Test.h to SSH.cpp and...

enhancement
help wanted

Since builds of tnfsd of 2020.1115 and later now have a 6 hour session time-out, computers using mounted TNFS resources and left alone for, say, a night, may find their...

enhancement