blob: 2aa61e49c0be6666668c46d8cdeae1dbc95830ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
reaktor2 should handle the following commands:
- `add-location cbase 53.562300 9.985700`
- `list-locations`
- `delete-location cbase`
- `18@p LOCATION [RADIUS]` (shows restaurants at location with a given radius in meters (default: 500))
`graph.r` should display the locations on the map.
it should be implemented using the cyberlocker
[Prototype](http://p.r/0vf5h0j)
|