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

https://github.com/passy/mycdb

Learning project re-implementing a client to read constant databases (CDBs)
https://github.com/passy/mycdb

Last synced: 12 months ago
JSON representation

Learning project re-implementing a client to read constant databases (CDBs)

Awesome Lists containing this project

README

          

=====
MyCDB
=====

This is a learning project trying to re-implement a reader for the Constant Data
Base format by Daniel J. Berstein. If you're looking for a working
implementation, use the `official one `_.

I built this to learn about low-level file, socket APIs and binary file formats.

This project consists of two parts:

* mycdbget, which resembles cdbget, but doesn't verify the format as
carefully as the original.
* mycdbserver, a barely working TCP server that allows reading cdb values
over network.