Skip to content

cagdasdoner/maqiatto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaQiaTTo

MaQiaTTo provides a ready-to-use online and free MQTT message broker for your projects. Please check maqiatto for more info!

Samples

MaQiatto provides several IoT device sample codes for you to easily start using it. Just find your platfom on given list and start immediately!

Secure MQTT

MaQiaTTo now supports secure MQTT connection over TLS/SSL. Here some keynotes that you should know before proceed:

  • Secure port is assigned as 3883.
  • cafile need to be provided to your client's requests. Examples will be extended soon to demonstrate secure connectivity.
  • This feature is under test with self signed certificates, will be switched to known certificate authorities asap.