Client-Server-Protocol
All Kustom Nova [from here on known referred to as Kustom] transport messages have a static format shell which include a number of different parameters — Namely source address, destination address, command type, command parameters and an extra end-chunk prefiex 'msg' - in some cases this chunk is indeed an actual message. A typical transport message will look something a long the liens of this:
src=?||dst=!||cmd=pvt||prm=null||msg=Hello World!
Where '||' (two pipe symbols) is the data delimeter and the 3 characters before the '=' (equals symbol) is the chunk representing it's bit of information.
!!!

