Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 329 Bytes

README.rst

File metadata and controls

13 lines (10 loc) · 329 Bytes

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()