Winsock API Ethernet driver

XCore Project reviews, ideas, videos and proposals.
Post Reply
User avatar
Berni
Respected Member
Posts: 363
Joined: Thu Dec 10, 2009 10:17 pm
Contact:

Winsock API Ethernet driver

Post by Berni »

Version: 0.1
Status: Under development
License: Custom Licence
Download: /files/project_builds/winsock_http.zip

This is a winsock high level API i made for the ethernet example. Main purpose is to make it easyer to use, as the original code is hell to modify or use to make your own ethernet apps.The winsock API brings the simple network programing we know under windows on to the xmos. It icludes a very simple http server that serves a website.
WARNING!!!

This code is just a quick draft that makes the basic functionality work.Parts of the API are still incomplete and the code may be unstable.So use the code with caution and i dont recommend it for any major project!
Images:


User avatar
jason
XCore Expert
Posts: 577
Joined: Tue Sep 08, 2009 5:15 pm
Contact:

Post by jason »

Simplicity is a complex art. I am all for it. Great idea.
Post Reply