Neokernel Demos

Visual Basic Web Agents Demo

Download Web_Agents.zip and uncompress it inside the demos\VB Projects\ folder.

Open web_agents.sln in Visual Studio and press F6 to build the demo.

Double click on the file start_nk.bat.

This demonstration shows a few simple web agents that create dynamic web pages and work with the Neokernel. If you modify this demonstration, remove the file "WebTutorials.dll" from the root installation directory to avoid version conflicts.

SimplePage
A simple agent based web page. Go to http://localhost/simple.agent to see it's output.

FormDemoPage
An agent that renders HTML using parameters passed by the form. Go to http://localhost/formdemo.agent to see it in action.

SnoopPage
Displays your HTTP request information in detail. Go to http://localhost/snoop.agent to see it's output.

PhonePage
A simple telephone directory agent. Go to http://localhost/phone.agent to see it's output.

Updated: 7/12/10 7:47 PM