Web Development
auction.txt
Associated article: An API for Internet Auctions
Tags: Web Development
Source code accompanying the article by Kevin O'Malley and Terence Kelly in which they present the Michigan Internet AuctionBot, a freely available auction service that supports both software and human agents for one form of Internet- based e-commerce. The AuctionBot is both platform- and language- independent for extendability and simplicity. Also see AUCTION.ZIP.
An API for Internet Auctions
by Kevin O'Malley and Terence Kelly
Example 1:
auth?name="my-name"&pw="my-pw"
auctioninfo?auctionid=7
quit?
Example 2:
(a)
if ((SetupConnection(servname, port, sd)) < 0)
{
(void)printf("error on SetupConnection()n&...


