Skip to content

mgdm/mqttmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Payload format as built is:

{
  "lat": 55.9,
  "lon": -4.3,
  "label": "hello" // Displayed when clicking the marker
}

The label is added unmodified to the marker. This is probably insecure! Make sure you trust or validate it.

To test this, do something like:

while true; do mosquitto_pub -h test.mosquitto.org -t 'mgdm/geo' -m '{"lat": 55.9,"lon": -4.3,"label":"hello"}'; sleep 2; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published