Skip to content

RAIRLab/PAGIapi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAGIapi-python

This repository contains code to help with interacting with PAGI World.

Usage

Basic Usage:

from pagi_api.pagiworld import PagiWorld
pw = PagiWorld(IP_ADDRESS, PORT)
pw.send_message("command")
message = pw.receive_message()

About

Python API for interacting with PAGIworld

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages