0 Members and 1 Guest are viewing this topic.
$ mkfifo pipe$ <pipe nc -l 8002 | ./tinc -c tiemu >pipe
$ ./tinc -c tiemuserver login: rootpassword:stupid shell v0.2root@server:~# helpavailable applets: tests top cat echo true false clear uname env id pause batt date adjtime malloc pid pgrp poweroff times sysctltest ps bt crash mul div kill time exit status helproot@server:~# echo hello world!hello world!root@server:~# exitserver login:
Nice, awesome job!!What about an irc client ? The protocol isnt that complex
I thought someone already made one for Nspire
TI-netcat... so now we can plug a cat to our calculator to have Internet?? Just kidding I read the first post in overall. Sounds really great. I wonder if eventually there could be something like CALCnet but for 68K calcs?
Thanks! I'd like to make one, but I have enough projects as it is, and my time is really limited right now. Maybe you could write a simple one in C that reads and writes to a pipe/socket/whatever and to stdin/stdout, and then I can port it to Punix. Note that the select() system call doesn't work yet, so you'll have to find another way to read from the socket/pipe and from stdin without blocking.
Quote from: christop on August 16, 2012, 11:42:32 pmThanks! I'd like to make one, but I have enough projects as it is, and my time is really limited right now. Maybe you could write a simple one in C that reads and writes to a pipe/socket/whatever and to stdin/stdout, and then I can port it to Punix. Note that the select() system call doesn't work yet, so you'll have to find another way to read from the socket/pipe and from stdin without blocking.I could do it, but I don't have much experience with sockets/pipes/etc, so I'll need to see.What standard libs can I use in punix ?
But tinc works with any calculator that uses the same low-level data protocol, which includes all of the TI-8x, TI-9x, and I'm sure the Nspire as well.
QuoteBut tinc works with any calculator that uses the same low-level data protocol, which includes all of the TI-8x, TI-9x, and I'm sure the Nspire as well.Nope, the Nspire doesn't have a proprietary 2.5mm stereo jack female plug The 84+ keyboard suitable for Clickpad/Touchpad models has one, but unless one is hot-switching the keyboards during a Ndless program that disables interrupts, the Nspire turns off when the standard keyboard is removed, and starts 84+ emulation mode when turned back on with the 84+ keyboard.