My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
NYMRLisWhat  
One-sentence summary of this page.
Updated Jan 26, 2008 by jonathan...@gmail.com

Introduction

The following diagram describes the simple actions of a NYMRL router node.

Details

  1. A HTTP POST or GET arrives, with a set of variables which are a NYMRL Header. The data in the envelope is arbitrary and encoded. OR it is a regular HTTP POST/GET which you can parse into a NYMRL message.
  2. Your CGI app receives the message and parses/forwards the data to NYMRL.
  3. NYMRL parses the message
  4. NYMRL looks up the routing data and "permissions"
  5. then an order is determined
    • a forward the message to 1 or more other servers
    • b pass the data packet to a compiled in callback function (either in your cgi or another lib)
  6. send a response

Diagram


Sign in to add a comment
Powered by Google Project Hosting