The python client node v2 for the UBII framework
Project description
Python client node v.2 for UBII
This is the package for the python client node v2 for the UBII framework
Requirements and installation
- Tested for:
- Linux and Windows
- Python 3.7, 3.10, 3.12
Installation with pip
$ pip install Ubii-Python-Node-v2
How to use
- Import the UbiiClientNode module and instanciate the client node
from UBII.ubii_client_node import UbiiClientNode node = UbiiClientNode('pythonNodev2', 'http://localhost:8102/services/binary', 'ws://localhost:8104')
- Use the node to make service calls, subscribe to topics, publish topic data
request = ServiceRequest() request.topic = '/services/topic_list' response = self.node.call_service(request) topicDataRecord = TopicDataRecord() topicDataRecord.topic = 'testTopic' node.publish(topicDataRecord) def printTopicDataRecord(record): print(record) node.subscribeTopic('testTopic', printTopicDataRecord) node.stopNode()
- For more information on the module check the documentation
Ubii-msg-formats
To communicate with the masternode the client node uses protocol buffers. The framework provides a number of protobuf message definitions, to update to the newest message definitions with pip use:
$ pip install --upgrade Ubii-Python-Protofiles
Bugs
- There is a problem in python 3.9 and 3.10 where starting threads while the interpreter shuts down can lead to a RuntimeError: 'cannot schedule new futures after interpreter shutdown'. If this occurs one quck fix is to add a time.sleep to the end of the main file. BSD 3-Clause License
Copyright (c) 2024, IN-FAR / Ubi-Interact, Sandro Weber (webers@in.tum.de) All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Ubii-Python-Node-v2-0.1.4.tar.gz
.
File metadata
- Download URL: Ubii-Python-Node-v2-0.1.4.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 348cd3a5ccb9f7d48e02389e470eba473baf4366321b83818970c64db710b770 |
|
MD5 | 327cfa112787c3e25fa28093e7c88cc0 |
|
BLAKE2b-256 | 93d6162eb3744265e8c361da7ce03ba2d07ee652ca3922a612f8a2ff5de0ac33 |
File details
Details for the file Ubii_Python_Node_v2-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: Ubii_Python_Node_v2-0.1.4-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c1c495d86d669b6c850a51baaf9fda734f892b965c39553ef356036eba358ce |
|
MD5 | 3633c570c6398371e5e5bf9c252ce2a0 |
|
BLAKE2b-256 | ae698a6e1e4fcb9c4f284bbbda80d533cb525c1a8411be364a67d7fea9d7ea19 |