Spinneret Simple TCP object
Bean
Posts: 8,129
I've been working on a spinneret simple TCP object for awhile now.
Take a look and let me know if you have any suggestions.
Here is the entire Server Demo program...
Bean
Take a look and let me know if you have any suggestions.
Here is the entire Server Demo program...
CON _clkmode = xtal1 + pll16x _xinfreq = 5_000_000 OBJ TCP : "Spinneret_Simple_TCP" PUB Main TCP.Setup($00,$08,$DC,$16,$EF,$5E, 10,160,32,250, 10,160,32,1) ' MAC, IP, Gateway repeat TCP.ListenWait(0, 23) ' Open socket 0 with Telnet port (23) and waits for incoming connection TCP.SendStr(0, String("Spinneret Simple TCP Server Demo", 13)) ' Send message to remote computer TCP.Close(0) ' Close the socket
Bean
Comments
Your demo is calling for Brilldea_W5100_Indirect_Driver_Ver006.spin and you only supplied version 001
disregard, I had to do some digging to find the file
It is fixed now.
Bean
Again thanks for the nice objects.
Beau is working on something cool using this, but I don't want to steal his thunder.
Bean
"SpinMail" - It's like Sendmail for your Spinneret