In the time since I've owned and developed for the TI-84+ CE, I've worked on a number of projects.
PROJECT | ABOUT | LINK |
---|---|---|
cryptx | A library providing cryptography standards for the TI-84+ CE | click |
netbridgece | A library providing a bridged socket api for the TI-84+ CE. Distributes with a serial/tcp bridge for use on a computer. | click |
tinyauth | A networked service providing Oauth2 authorization for third party networked services targeting this platform | click |
titrek | A networked service providing a real-time space combat mmo bridge simulator for the TI-84+ CE | click |
I also offer free hosting for services targeting the TI-84+ CE. Currently available (or in development) services are listed below. These services and utilities are not endorsed by or affiliated with Texas Instruments in any way. They are the work of hobbyist programmers trying to do cool things with the calculator.
Hosting free services has some financial overhead. Want to support the administrator? Donate
Ports for individual services will not be publicly accessible. To connect to services running on this host you will need to open a connection to the proxy service like so:
struct socket *s; if((s = socket_create(&s, SOCK_DEFAULT))){ if(socket_connect(s, "conn.cagstech.com", 51000)){ uint24_t service_id = <service id from list below>; socket_send(s, service_id, sizeof(service_id)); // once client and server handshake on service to connect to // connection can be used } else printf("connect error: %u\n", s->error); }
IMG | NAME/ID | STATUS | ABOUT | ||
---|---|---|---|---|---|
NO THUMB | proxy ID: 0 |
| A service for the TI-84+ CE that proxies all requests for other services hosted here. | ||
NO THUMB | tinyauth ID: 1 |
| A service for the TI-84+ CE providing an Oauth2 authentication backend to assist developers of other services targeting this platform with secure authentication. | ||
titrek ID: 1701 |
| A realtime space-combat MMO for the TI-84+ CE providing an open world experience with realistic(ish) physics and dynamic space. |
+ add new / edit |