Skip to content

python version chimpchat driver, can co-work with Chorus Framework.

Notifications You must be signed in to change notification settings

AndurilLi/JavaMonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JavaMonkey

A python package for chimpchat protocol

##Usage

from JavaMonkey import Utils
from JavaMonkey.JavaMonkey import JavaMonkey
JavaMonkey_jarfiles = Utils.list_jarfile()
Utils.startJVM(JavaMonkey_jarfiles)
monkey = JavaMonkey(device_id = <id>)
monkey.device_wake()
print monkey.get_view_id_list()
Utils.shutdownJVM()

About

python version chimpchat driver, can co-work with Chorus Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages