Skip to content

vicharak-in/pyrah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RAH protocol wrapper in python

Installation

git clone https://github.com/vicharak-in/pyrah
sudo python3 setup.py install

Usage

import pyrah

APPID = 3

pyrah.rah_write(APPID, b"Hello World!")
data = pyrah.rah_read(APPID, 10) # Here 10 is length of data count we need
print(data)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages