Skip to content

asdil12/pyalfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyalfred

Installation

python3 setup.py install

Usage

You can find an easy example in bin/pyalfred.

import pyalfred

ac = pyalfred.AlfredConnection()

# Send "Hello World" as id 64 (with the local mac as sender)
ac.send(64, "Hello World")

# Send "Wake up, Neo" as id 64 (with a custom mac as sender)
ac.send(64, "Wake up, Neo", mac="00:11:22:33:44:55")


# Receive all data with id 64 (returns a dict with mac keys)
data = ac.fetch(64)

About

Python client library for alfred mesh monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages