Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

HTTP server library and example


  • Please log in to reply
No replies to this topic

#1 Nart Schinackow

Nart Schinackow

    Advanced Member

  • Members
  • PipPipPip
  • 38 posts
  • LocationLondon

Posted 25 August 2012 - 11:07 AM

Hello all, This is an HTTP server library that contains all functions that handles http web requests (GET /)(only), the server listens for connections on a separate thread hence not affecting the netduino main loop(multi task). how to use the example: 1)pick a 2gb sd card and put files in it (html,pictures(jpeg,gif),flash pages(with its swf) 2)insert the sd card into netduino-plus 3)start visual studio 2010 express 4)open the example project 5)compile it and deploy to your netduino-plus board 6)wait until ip address appears in the debug window 7)open your browser and type in the ip address 8)the list of files in the sd card will appear as a link each, choose a file and it will reply with its contents. note: you could import your own html files into sd card so that when clicked an html webpage will be displayed note: the zipped file contains a documentation that provides help and description on the library

Attached Files






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.