docs and readme

This commit is contained in:
2025-11-16 11:42:47 +00:00
parent 2810642c0d
commit ba60ab41cc
2 changed files with 26 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# What?
NPON (networked pages object notation) is an experimental object syntax<br/>
For use in serving networked pages over TCP<br/>
In order to do this, I made a very basic protocol called OTP (NPON object transfer protocol)<br/>
This transfers the objects over TCP using some specific control characters (32 reserved)<br/>
# NPON syntax
[syntax](docs/SYNTAX.md)