Gui Keep It Simple & Stupid

Weekly Tech Report 2015-11-09

2015-11-09
wtr

Weekly Tech Report 2016-01-04

Learning

  • MQTT Community Wiki

    The goal is to collect useful content to help users and developers navigate around the MQTT community and understand how best to make use of the technology.

Article

  • Deep Experiment on Android Permissions

    Android Permissions has different levels: normal, dangerous, signature, signature or system. To perform your permission, you must declare tags on AndroidManifest.xml.

  • Complete Android Permissions

    Developer must declare the permissions they needed on AndroidManifest.xml, for the sake of security. It lists all permissions in Chinese.

  • Mosquitto and Broker

    Mosquitto is a messaging broker implementation under BSD license. This article presents a demonstrated practise of Mosquitto on Windows Cygwin.

  • MQTT and CoAP, IoT Protocols

    The two protocols used in IoT, also two of the most promising for small devices are MQTT and CoAP, MQTT gives flexibility for binary data, and CoAP is designed for interoperability with the web.

Blog

  • 5 Reasons to Replace PowerPoint with Google Slides

    Why makes the switch for PowerPoint to Google Slides:

    • Built For Collaboration
    • Simple UI Encourage Simpler Presentation
    • Offline Access for Editing and Presenting
    • Access Presentation from Any Device
    • Easy Web Publishing and Sharing

Open Source

  • Paho MQTT/C

    A MQTT publish/subscribe client implementations in C language for use on embedded platform

  • PickMeUp

    A sample ride sharing application that accompanies IBM Redbooks “Building Realtime Mobile Solutions with MQTT and IBM Message Sight”

  • MQTT.js

    A client library for the MQTT protocal, written in JavaScript for node.js and the browser, it’s under MIT license

  • RSMB

    While there are few available MQTT brokers, it seems there is only one MQTT-SN broker called Really Small Message Broker, or RSMB.

  • Mosquitto

    The Mosquitto project provides an open-source implementation of a MQTT broker and also a MQTT client library.

    Mosquitto Official Site

  • CloudMQTT Website

    CloudMQTT is a product to use mosquitto to form cloud message solution, and it is not open source. Here is the link of its website, which is open source, also called Flat UI

Problems

  • checkSelfPermission always returns PERMISSION_GRANTED

    For Android verision < Android M (6.0), everything will be ok. For Android M, if targetSdkVersion >= VERSOIN_CODES.M (23), Context#checkSelfPermission is ok, else use PermissionChecker#checkSelfPermission instead.

Creative Commons License
This work is licensed under a CC BY-NC 4.0 License.


Similar Posts

Comments