This is archived documentation for an older version of Nirvana (v3.1). Please refer to documentation for the latest version if required.

P2P Example Code

The code below provide examples on the key aspects of Nirvana's Peer 2 Peer API. For more information on Nirvana's Peer 2 Peer API, please visit the p2p developer's guide.

 

P2P Echo Server and Client Applications

A simple server and client application. All content typed by the client is echoed back to the client by the server

P2P Remote Shell Access Server and Client

A P2P shell server and client application that automatically provides remote access to an operating system shell. This is provided as an example and should be used with caution as it will give shell access to the machine the Shell server is running on.