I've uploaded my networking library to revOnline. It is under the user xslaugh. I have also uploaded a front end stack, which demonstrates the use of the library. This front end contains some help, and the library has some comments in the script. This library currently uses datagram sockets to communicate, since they worked better for the job I originally designed this stack for. Beware that data sent is not verified. I do plan to add a version that does not use datagrams to communicate at some point in the future. Any comments on this are welcome!
Scott Slaugh On Fri, 27 Aug 2004 20:17:43 -0500, Chipp Walters <[EMAIL PROTECTED]> wrote: > Keith, > > Not sure if you've already answered this, but I've a couple of comments > for you. > > If the server is a webserver, then you can use libURL to access it w/out > having to mess around with opening and closing sockets. > > Just use: > > put URL "http://www.myserver.com/fred.mydocformat" into fld 1 > > and check out the post URL command as well. > > -Chipp > > > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
