0 Members and 1 Guest are viewing this topic.
As I'm working on USB calc-to-calc connectivity with Ndless, I'm actually hooking into NavNet, which is the TI-Nspire specific protocol and TI driver for standard OS services (dir listing, screenshots, file transfers, ...). The new syscalls can be used to call services and expose new ones.
(Lionel, I'm at the moment loading navnet.dll, but switching to libticalcs when running on Linux shouldn't be too difficult I suppose as long as we can match the 2 APIs).
I'm not sure if NavNet requires the computer to initiate the service calls (all the standard services are computer to calc...).
Oh, the API for TI-8* and nspires is the exact same, so I fear it's not possible without more functions exposed..
How did you find it out? I mean, the OS is big and the USB protocol and such things are quite complicated in software.Searching for function addresses and finding out which parameter is what surely took long.
Although that would mean for ndless-calcs only (at least for non-standard stuff I suppose?), the main purposes would be to enhance the features by sending commands to the nspire to, like, automatically move files, for example, once transferred, right ?
Or do you have other usecases in mind ? (I guess you opened a door for imagination ^^)