Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/netstring|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags: egg]] == netstring [[toc:]] === Description This egg provides porocedures for reading and writing so called [[http://cr.yp.to/proto/netstrings.txt|netstrings]]. === Author [[/users/moritz-heidkamp|Moritz Heidkamp]] === Documentation <procedure>(netstring-write str #!optional port)</procedure> Writes {{str}} to {{port}} ({{(current-output-port)}} by default). <procedure>(netstring-read #!optional port)</procedure> Reads a netstring from {{port}} ({{(current-input-port)}} by default) and returns its interpretation. <procedure>(string->netstring str)</procedure> Converts {{str}} to a netstring. <procedure>(netstring->string ns)</procedure> Returns the interpretation of {{ns}}.
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you add 16 to 10?