An open API service indexing awesome lists of open source software.

https://github.com/jchavanton/registrar_info_server


https://github.com/jchavanton/registrar_info_server

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# registar information server

## installation
```
git clone https://github.com/jchavanton/registrar_info_server.git
cd registrar_info_server
make
```

## start the server
```
./registrar
```
## test with a client
```
telnet 0.0.0.0 9000
0159495be3ff850af9000100610002
```

## External source code integrated

#### Jsmn is a world fastest JSON parser/tokenizer
License : MIT
github : https://github.com/zserge/jsmn
810 stars

#### uthash : C htable
License : revised BSD license
http://troydhanson.github.io/uthash/
github : https://github.com/troydhanson/uthash
1023 stars