internetce
internetce copied to clipboard
C library for Ti-84+CE and Ti-83 Premium CE calculators, that allows you to interface with the internet.
The program crashes when the USB connection is closed unexpectedly (cable pulled...). It only happens after the calculator called `usb_SetConfiguration()`. From that moment, pulling the cable causes the stack to...
Pretty explanatory, would be nice to be able to use a Wi-Fi dongle instead of an RNDIS device.
- Support DHCP lease duration - Request relevant information to the DHCP server - Release the allocated IP in `web_Cleanup()` - ?
To allow users to implement an HTTP server, send large data, etc.
To be able to make an async HTTP request with a callback.
For now, InternetCE is directly compiled and linked into the user binary. However, InternetCE is getting bigger and bigger (~30Kio), and prevents the user from making big programs. I understand...
Hello, I had a problem with InternetCE: when I open the internet program on my calculator, either (with my program, it's only the minimal.c example) the screen is white, and...