As part of the effort to support lwIP as an app, I've been asked to remove dependencies from the app and have done so. ETHDRVCE is now a standalone library that will be converted to a libload library once it has been tested a bit. The eth driver functions will need to be passed into lwIP by the user.
https://github.com/cagstech/ethdrvce/tree/main/src
I ask that anyone with the ability please test this out, and let me know if there are any issues (you can edit main.c to do whatever you want and use wireshark to test). If there are no bug reports in a week; I'll convert it to a libload lib and release it.
ACagliano wrote:
As part of the effort to support lwIP as an app, I've been asked to remove dependencies from the app and have done so. ETHDRVCE is now a standalone library that will be converted to a libload library once it has been tested a bit. The eth driver functions will need to be passed into lwIP by the user.
https://github.com/cagstech/ethdrvce/tree/main/src
I ask that anyone with the ability please test this out, and let me know if there are any issues (you can edit main.c to do whatever you want and use wireshark to test). If there are no bug reports in a week; I'll convert it to a libload lib and release it.
Everyone hyped about this but nobody helps lmfao.
I finally got some time for you so I tested it. Works fine with the current lwIP-CE build
fun fact: I DoSed my calc lmfao by doing Code: while true; do curl -s -o /dev/null http://192.168.94.2/ & done
Nice work! Let us know when you are ready for a review and we can get it in the toolchain
alessiodam wrote:
Latest build there uses the static ethernet driver, not the library. lwip-ce needs a refactor to use this right. It's why I'm aiming for basic tests.
I'm actually pretty stoked for the official release, it's not like we have had many (successful) attempts at internet connectivity.
https://github.com/cagstech/ethdrvce/releases/tag/v1.0rc1
Release candidate 1 of ETHDRVCE.
Please test with ECM or NCM adapters, see readme in main branch.
Please report any bugs identitied.
Please report on any standard-complaint adapters you find don't work properly with this.
https://github.com/cagstech/ethdrvce/releases/tag/v2.0rc1
There is a rewrite of the Ethernet driver for the TI-84+ CE now in beta.
It improves error handling and state tracking, as well as sports a simpler API.
Please test it out. Report any errors; recommend changes to docs or API if needed.
C code is in the dev branch if you want a look.
[EDIT]
I have provided an example/demo program that sends 16 strings out over Ethernet. It also sums up the TX's and RX's sent and displays that after a bit of a wait. People can use this program to test; Verify that when you connect the calc via Ethernet to your computer running wireshark, that the Ethernet packets sent match the strings in the array in the demo program. It may be possible also to verify RX count, but i didn't time that out well.
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
»
Go to Registration page
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum