Skip to content

p-woj/pyrenode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyrenode

Copyright (c) 2020-2023 Antmicro

A rudimentary Python library to talk to Renode programatically.

Version 1.0

Exposed telnet interface to Renode, allowing you to control it with the tell_renode command.

Version 2.0

This version is using Robot remote keyword execution.

It imports all Renode keywords and enables them in the current namespace. See example.py for details.

Installing

pip install git+https://github.com/antmicro/pyrenode.git
pip install git+https://github.com/antmicro/renode-run

Running an example

./example.py

TODO

  • Better error handling
  • Namespace organization
  • Tutorial
  • Tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%