eclipse-muto / agent

Agent is the extensible eclipse muto gateway into ROS Services
Eclipse Public License 2.0
2 stars 4 forks source link

Add support for twin and feature events #3

Closed nacidai closed 8 months ago

nacidai commented 10 months ago

An event represents something that took place in the domain. They are always named with a past-participle verb, such as OrderConfirmed. It’s not unusual but also not required for an event to name an aggregate or entity that it relates to; let the domain language be your guide. Since an event represents something in the past, it can be considered a statement of fact and used to take decisions in other parts of the system.

Muto should add support for events.

https://eclipse.dev/ditto/basic-signals.html

nacidai commented 10 months ago

Alp sarıca contributed
https://github.com/eclipse-muto/agent/pull/4 for a closer support of ditto protocol

nacidai commented 8 months ago

Issue resolved. Muto agent uses dittor protocol for agent/ros/composer command and live messages for monitoring