Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 376 Bytes

delos-apps

Example applications which use color API

1) Counter

Counter class is defined in examples/counter/counter.py.

To run a simple scenario, you can run python examples/counter/client.py.

(Make sure that your server is running by python color-py/colorserver.py)

2) Hash map

A simple C++ based hashmap over fuzzylog is defined in examples/hashmap.