jrosti / lumikki

Automatically exported from code.google.com/p/lumikki
0 stars 0 forks source link

feature request: VB.NET based webserver #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Write a webserver based on VB.NET. Input is http-post JSON, output is JSON.

basic http-get server:
http://www.java2s.com/Tutorial/VB/0400__Socket-Network/TcpListenerbasedWebserver
.htm

JSON:
http://msdn.microsoft.com/en-us/library/bb299886.aspx

Original issue reported on code.google.com by jhkoi...@gmail.com on 24 Feb 2011 at 10:02

GoogleCodeExporter commented 9 years ago
Change of plan (or plan B):

- install lighthttp to windows
- in cgi.conf (executable is ""): cgi.assign = ( ".cgi" => "" )
- use http://sourceforge.net/projects/libjson/
- write run.cgi with c++:
  - jsonMessage = lumilib.get_json(); 
  - X = jsonMessage['Y']; 
  - IR_do_Y(X));

Original comment by jhkoi...@gmail.com on 1 Mar 2011 at 6:56

GoogleCodeExporter commented 9 years ago
device side ready
lumikki side ready
integration to be tested

Original comment by jhkoi...@gmail.com on 17 Mar 2011 at 4:40