Releases: HumanDynamics/openbadge-hub-py
Releases · HumanDynamics/openbadge-hub-py
Remove badge caching
Fixes bug #36 - the hub no longer caches the list of badges and beacons. Instead, it re-reads the updated list on each pull iteration.
Minor changes to support new version of badge firmware
Merge pull request #47 from HumanDynamics/develop Remove badge caching
Automatic backup to S3
Merge pull request #34 from HumanDynamics/s3-backups Backup hub data to AWS S3
Sending a list of all ip addresses to the server
In some cases, it's useful to know all IP addresses used by the hubs so it's easier to manage them
Changing scans to 15 seconds intervals. Bug fixes
Merge pull request #32 from HumanDynamics/develop Fix several small issues Closes #30 Closes #31
Support for Beacons. Support for setting badge_id and project_id
Setting badge_id and project_id from the server
Beacon support
Additional badge health
Added function for printing list of badges with keys
Merge pull request #20 from HumanDynamics/features/get_badges_list Added function for printing list of badges with keys
Version for Jul 2017 experiment
1.1.4 Merge branch 'master' of github.com:HumanDynamics/openbadge-hub-py
Hub tool for loading badges from a CSV file
Merge pull request #19 from HumanDynamics/features/badges_loader hub tool for loading badges from a csv file
Docker version
This version now uses Docker in order to simplify setups and deployment. It also includes an updated Ansible script for deploying multiple hubs.
Note that documentation is still incomplete.