digiah / DHGetDown

Digital Humanities mini conference Fall 2016
0 stars 0 forks source link

set up mqtt server #14

Closed rcrath closed 8 years ago

rcrath commented 8 years ago

http://owntracks.org/booklet/guide/mqtt/

rcrath commented 8 years ago

I have the MQTT set up on localhost. Still needed to hook it up securely and make it accessible outside the firewall

damg70 commented 8 years ago

Quest que c'est mqtt?

:david

I'm all thumbs over here

On Jul 8, 2016, at 12:32 PM, Rich Rath notifications@github.com wrote:

I have the MQTT set up on localhost. Still needed to hook it up securely and make it accessible outside the firewall

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

rcrath commented 8 years ago

@damg70 , See here.

It is an IOT language that accepts commands from the owntracks iOS/android client to publish and read location/path coordinates for users it recognizes as having access. The actual server, called a broker, is a program called mosquitto, which is the thing I have running on DAHI localhost but not accessible to world yet. The hope is that it will provide the base for #10.

damg70 commented 8 years ago

Ah, I see. And exactly what (grins) am I building with this before the end of the month?

:david

I'm all thumbs over here

On Jul 8, 2016, at 5:53 PM, Rich Rath notifications@github.com wrote:

@damg70 , See here.

It is an IOT language that accepts commands from the owntracks iOS/android client to publish and read location/path coordinates for users it recognizes as having access. The actual server, called a broker, is a program called mosquitto, which is the thing I have running on DAHI localhost but not accessible to world yet. The hope is that it will provide the base for #10.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

rcrath commented 8 years ago

@damg70, #10. As soon as they open the firewall well see if that works.

rcrath commented 8 years ago

mqtt server and ios / android owntracks works using a username password method. want to have it use TLS but have not gotten tht working. I tracked myself walking to the store on owntracks today.

rcrath commented 8 years ago

Location is not accurate enough to use.