معرفی شرکت ها


asvmq-0.1.8a0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

ASV Messaging Queue API for message passing between processes.
ویژگی مقدار
سیستم عامل -
نام فایل asvmq-0.1.8a0
نام asvmq
نسخه کتابخانه 0.1.8a0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Akash Purandare
ایمیل نویسنده akash.p1997@gmail.com
آدرس صفحه اصلی https://github.com/akashp1997/asv_mq
آدرس اینترنتی https://pypi.org/project/asvmq/
مجوز BSD-3-Clause
# SRM Autonomous Surface Vehicle Messaging Queue API ------ The team SRMASV uses this repository as an API to transfer data from one process or device to another process or device. ------ ### Installation ------ To install just type in the following command: `pip install asvmq` There are three type of topologies involved: 1. [x] Topic Topology 2. [ ] Work Queue Topology 3. [ ] Merge Topology ## Instructions for Use: #### Publisher The `publisher` objects sends data over RabbitMQ broker, acting as the sole messenger to send data over the `asvmq` exchange. The message has to either be an instance of a protobuf message, or it must be a string to be sent over, otherwise the publisher will generate an error and not send your message altogether. The syntax of Publisher is asvmq.Publisher(**topic_name**,**object_type**,hostname, port) Here, the required arguments are bolded. If the parameter passed to the publish method is a protobuf message, you need not serialise the message, but instead pass the protobuf object to the method itself. To use the `publisher` object, write the code in the following manner: ``` import asvmq import asvprotobuf.*_pb2 pub = asvmq.Publisher("hello", asvprotobuf.sensor_pb2.Imu) while True: pub.publish("Hello world!!") ```


نیازمندی

مقدار نام
- asvprotobuf
- pika


نحوه نصب


نصب پکیج whl asvmq-0.1.8a0:

    pip install asvmq-0.1.8a0.whl


نصب پکیج tar.gz asvmq-0.1.8a0:

    pip install asvmq-0.1.8a0.tar.gz