You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Bill Mill 4c9035768a fix makefile 2 years ago
client separate out command binaries 2 years ago
cmd separate out command binaries 2 years ago
server separate out command binaries 2 years ago
.gitignore add some stuff to gitignore 2 years ago
LICENSE add an unlicense - please use this software any way you wish 2 years ago
Makefile fix makefile 2 years ago
README.md update spec link 2 years ago
go.mod add zerolog 2 years ago
go.sum add zerolog 2 years ago
modd.conf separate out command binaries 2 years ago

README.md

A testing Spring83 server

Implementing some of this very draft spec

To test

run the server

If you have modd installed, run modd. Alternatively, go run server/main.go

run the client

On first run, the client will generate a keypair for you according to the spring83 spec, and store it in ~/.config/spring83/key.pub and ~/.config/spring83/key.priv.

This key has to meet a certain specification, so it may take some time to generate on the first run.

echo "testing" | go run client/main.go

view the content

go to http://localhost:8000 while the server is running