https://github.com/jchavanton/registrar_info_server
https://github.com/jchavanton/registrar_info_server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jchavanton/registrar_info_server
- Owner: jchavanton
- Created: 2017-08-26T06:57:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T23:57:02.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T07:28:28.094Z (5 months ago)
- Language: C
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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