HTTP and ENC28J60 Ethernet NIC / MAC Driver
mctrivia
Posts: 3,772
I have downloaded the IRC client athttp://forums.parallax.com/showthread.php?p=716355 but am over my head. I have the SpinStudio Nic addapter which uses the ENC28J60 Ethernet NIC / MAC Driver but I am not sure how to get it to download from my server. I am trying to download a small page from a get address. It is my own server so I can set how big the page responses will be.
Can anyone help me?
Can anyone help me?
Comments
The code simply connects to a webserver and requests a page. The page contains a pound sign (#) followed by a single digit to represent the state of the service it is checking. You should be able to easily expand this to do whatever you wish since the API is almost identical to FullDuplexSerial's API.
You'll also want to get the latest tcp/ip stack here: www.parallax.com/Portals/0/Downloads/docs/cusapps/PropellerContest08/PropIRC-Source.zip. I haven't gotten around to uploading the latest version which has various fixes yet. I hope to get around to it this weekend.