Skip to content

A grasshopper component that can connect to a MQTT broker.

License

Notifications You must be signed in to change notification settings

256dpi/grasshopper-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grasshopper-mqtt

A grasshopper component that connects to a MQTT broker.

Screenshot

  1. Download the latest component from releases.
  2. Open Rhino and Grasshopper.
  3. Put the component on the canvas and provde a text input with the brokers URI. The URI needs to be constructed as follows: mqtt://[username[:password]@]host[:port][/topic] (stuff in square brackets is optional). If no topic is provided the client will subscribe to all messages.
  4. The component will connect to the broker and cache incomming messages.
  5. Attach a timer to the component to trigger an update of the outputs.

Developing

  1. Install RhinoWIP & Visual Studio Community for Mac
  2. Install https://github.com/mcneel/RhinoCommonXamarinStudioAddin

About

A grasshopper component that can connect to a MQTT broker.

Resources

License

Stars

Watchers

Forks

Packages

No packages published