Hello SmartServer Users,
I got a TCP/IP socket going today (hooray!). The functions I was searching for turned up here:
#include <arpa/inet.h> //For sockaddr_in and inet_addr()
#include <sockLib.h> //For socket(), connect(), send(), and recv()
If anyone knows a better way to use sockets with SmartServers I'd still love ...