Jordan Goetze

Results 11 issues of Jordan Goetze

When I launch Armok vision, all I see is a blank starry sky: ![untitled](https://cloud.githubusercontent.com/assets/6537066/21601626/0de8a7f6-d152-11e6-98e3-921dc7471525.png) The only output logged to the console is: ``` Set current directory to /home/jghibiki/Downloads/Armok.Vision.v0.14.0.Linux Found path:...

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [x] Tests for the changes have been added (for bug fixes /...

## Design Details Implement logging for Command module ## Done When The Command module provides relevant logging

Python Re-write

## Design Details Implement logging for Command Registry module ## Done When The Command Registry module provides relevant logging

Python Re-write

Re-implement the existing C++ timer and deltimer commands ### Design Details: Timer command description: - schedules a timer to execute in the future - syntax: `timer -r [time in ms]...

python:asyncio

## Design Details Implement logging for time module ## Done When The time module provides relevant logging

Python Re-write

## Design Details Implement logging for echo module ## Done When The echo module provides relevant logging

Python Re-write

## Design Details Write documentation for plugin development ## Done When The plugin development is documented

Documentation
Python Re-write

It might be helpful to add the ability to cycle through past commands with the up/down keys. May save a few keystrokes.

enhancement

Have you considered decoupling the system into a series of "clients" and a "server". e.g. One websocket server that is free to run asynchronously which is then communicating with clients...