README.rst
setup.py
ondevice/__init__.py
ondevice.egg-info/PKG-INFO
ondevice.egg-info/SOURCES.txt
ondevice.egg-info/dependency_links.txt
ondevice.egg-info/entry_points.txt
ondevice.egg-info/requires.txt
ondevice.egg-info/top_level.txt
ondevice/commands/__init__.py
ondevice/commands/connect_cmd.py
ondevice/commands/daemon_cmd.py
ondevice/commands/device_cmd.py
ondevice/commands/help_cmd.py
ondevice/commands/list_cmd.py
ondevice/commands/module_cmd.py
ondevice/commands/rsync_cmd.py
ondevice/commands/service_cmd.py
ondevice/commands/setup_cmd.py
ondevice/commands/ssh_cmd.py
ondevice/commands/status_cmd.py
ondevice/commands/stop_cmd.py
ondevice/control/__init__.py
ondevice/control/client.py
ondevice/control/server.py
ondevice/core/__init__.py
ondevice/core/config.py
ondevice/core/daemon.py
ondevice/core/exception.py
ondevice/core/rest.py
ondevice/core/service.py
ondevice/core/sock.py
ondevice/core/state.py
ondevice/core/thread.py
ondevice/core/tunnel.py
ondevice/modules/__init__.py
ondevice/modules/echo.py
ondevice/modules/ssh.py
tests/__init__.py
tests/test_empty.py
tests/test_thread.py