Metadata-Version: 2.4
Name: agora_busclient
Version: 3.0.2
Summary: Bus Client libraries for the Agora Edge Apps SDK 2.0 (Python)
Author-email: AgoraIoT <agoraiot@slb.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Requires-Dist: agora_logging == 3.0.2
Requires-Dist: agora_config == 3.0.2
Requires-Dist: agora_utils == 3.0.2
Requires-Dist: nats-py
Requires-Dist: nest_asyncio
Requires-Dist: requests
Project-URL: Home, https://agoraiot.github.io

# agora_busclient

 This package is the Bus Client library for the Agora Edge Apps SDK (Python) developed by SLB.

Use this SDK to construct an edge application, and then containerize it for the running on the edge with AgoraIoT.  Documentation on using the entire SDK can be found at: [AgoraIoT SDK Documentation](https://slb-edge.github.io).

## Release Notes

### v3.0.2
- Fix bug when busclient returns from connect function before async connection to NATS is made

### v3.0.0
Release Of Major version including below changes (Breaking Change)
- Replace MQTT with NATS as the messaging bus
- Accept config updates from Redis at runtime instead of file on disk
- Updates to config to remove reliance on AEA Broker and routing
- If Redis server is unavailable, attempt to reconnect using exponential backoff
- Update URL for GPS location info

### v3.0.0b3
- Replace MQTT with NATS as the messaging bus
- Accept config updates from Redis at runtime instead of file on disk
- Updates to config to remove reliance on AEA Broker and routing
- If Redis server is unavailable, attempt to reconnect using exponential backoff
- Update URL for GPS location info

### v1.3.0
- Change IoDeviceData to accept device_id as a string instead of int
- Update IoPoint to add an optional metadata (dict) property

### v1.3.0b1
- Fix bug creating IoPoint with metadata

### v1.3.0b0
- Change IoDeviceData to accept device_id as a string instead of int
- Update IoPoint to add an optional metadata (dict) property

### v1.2.2b0
- Change of properties of Workflow type to be a dictionary of String & String
- Change of payload & response of RequestMessage type to be a dictionary of String & String
- Documentation changes for above change of Types 


### v1.1.56
- Fix bug to set the default redis server to be the redis container name on the gateway if not found in the AEA.json 

### v1.1.53
- Make versions of all modules the same

### v 1.1.51

- Fix for BREAKING change for paho.mqtt.pythonv2.0.0 Added callback_api_version=mqtt.CallbackAPIVersion.VERSION1 as the first argument to Client()
### v 1.1.50

- Fix Event Message Schema with MediaDataRef & Workflow types naming convention

### v 1.0.47

- Fix bug in getting port number and update tests in baseline.

### v 1.0.46

- Fix bug in decoding/encoding of events which left out SlaveId

### v1.0.18

- Make versions of all modules all the same
- Add ability to Mock (AEA2:BusClient:Mock (True/False)) the BusClient
- Fix issue with subscriptions

### v1.0.8 - Beta

- Add ability to change the message topic for send_data and send_request.

### v1.0.7 - Beta

- Initial test release.

