Skip to content

DotBots/qrkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qrkey

PyPI - Version PyPI - Python Version NPM - Version

Summary

Qrkey is a library implementing a protocol designed to facilitate the deployment of robots swarm. The protocol relies on MQTT so that a Qrkey server is reachable even with a private IP address. Access to the swarm is managed by a QR code based authentication scheme.

Installation

  • Python server library:
pip install qrkey
  • Node client library:
npm i qrkey

License

qrkey is distributed under the terms of the BSD-3-Clause license.