internetce icon indicating copy to clipboard operation
internetce copied to clipboard

C library for Ti-84+CE and Ti-83 Premium CE calculators, that allows you to interface with the internet.

Results 8 internetce issues
Sort by recently updated
recently updated
newest added

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...

bug

Pretty explanatory, would be nice to be able to use a Wi-Fi dongle instead of an RNDIS device.

new feature

- Support DHCP lease duration - Request relevant information to the DHCP server - Release the allocated IP in `web_Cleanup()` - ?

enhancement

To allow users to implement an HTTP server, send large data, etc.

enhancement

Support TLS to allow users to make HTTPS requests.

new feature

To be able to make an async HTTP request with a callback.

enhancement

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...

enhancement

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...