Date: 2025-01-27
Last update: 2025-02-08

NPS protocol
------------

NPS is internet protocol to post data.

Server should listen on port 1915. User connects and sends data,
finishing the transmission with a line that contains only a '.' (dot).
The server responds with text and closes the connection.

Here is an example telnet session:
telnet morena.rip 1915
 Hello morena,
 I was here!
 .

Telnet can be replaced by netcat.
Prepare your text in a file and sent it as whole:
cat file | nc morena.rip 1915

Messages are currently public at:
nex://morena.rip/board/
http://morena.rip/board/
gopher://morena.rip/0board

Available also over Finger:
$ finger morena.rip

----------------------------------------------------------------------

But God doesn't change. Men do, though. What difference does that
make? All the difference in the world.