Home
TI SERVICES
Software & Hosting
Stuff I've Made

In the time since I've owned and developed for the TI-84+ CE, I've worked on a number of projects.

PROJECTABOUTLINK
cryptxA library providing cryptography standards for the TI-84+ CEclick
tinyauthA networked service providing Oauth2 authorization for third party networked services targeting this platformclick
expanseA networked service providing a real-time space combat mmo bridge simulator for the TI-84+ CEclick
lwIPA library providing a lightweight TCP/IP stack for the TI-84+ CE with a driver for USB CDC-ECM.click
Free Service Hosting

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?

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);
}

IMGNAME/IDSTATUSABOUT
NO THUMBproxy
ID: 0
OFFLINE
DEVEL

A service for the TI-84+ CE that proxies all requests for other services hosted here.
 acagliano

NO THUMBtinyauth
ID: 1
OFFLINE
DEVEL

A service for the TI-84+ CE providing an Oauth2 authentication backend to assist developers of other services targeting this platform with secure authentication.
 acagliano
tinyauth.cagstech.com

titrek
ID: 1701
OFFLINE
DEVEL

A realtime space-combat MMO for the TI-84+ CE providing an open world experience with realistic(ish) physics and dynamic space.
 acagliano
   beckadamtheinventor
   eaghanscarlette
   ampersand

+ add new / edit