debrouxl / tilibs

TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
http://lpg.ticalc.org/prj_tilp
67 stars 22 forks source link

libticables: packet splitting (and reassembly ?) layer #13

Open debrouxl opened 7 years ago

debrouxl commented 7 years ago

In conjunction with some cables, a packet splitting layer could be used to emulate a simple USB host controller, on the sender side. Said USB host controller should of course be paired with an USB device controller, such as the emulated one currently being built in CEmu :) What about a reassembly layer on the receiver side ?