Sponsored Content
Top Forums Programming Wuhan Coronavirus Status App for China - Rapid Prototype using MQTT and the IoT OnOff IOS App Post 303043643 by Neo on Sunday 2nd of February 2020 10:25:57 PM
Old 02-02-2020
With a little bit of work, was able to build a nice "Wuhan Coronavirus Status" app using MQTT and the IoT-OnOff app. More on this technique here:

ESP32 (ESP-WROOM-32) as an MQTT Client Subscribed to Linux Server Load Average Messages

The result turned out nice, I think. I like the look and feel of this app considerably better than other apps I prototyped, and it is much more cost effective (free).

If anyone wants to build such an app like this, please just let me know (post back in this thread) and I will show you how to build this, step-by-step. If you want to you my MQTT server / service, I can make that happen for you as well.

So, in nutshell, you can have this "Wuhan Coronavirus" public service status app working for free, 100% and I assure you, 100% your usage data will be private and never shared with any third party, never under any circumstances. This is public app to help others, not to make money (as many companies seem to forget in times of crisis and look to profit from the misfortunes of others. Not here at unix.com! This app I created has one purpose - to help those who might need this information during a humanitarian crisis. This is how IT should really be used, to help others in times of need and crisis. If one person benefits, I am more than happy enough. I don't need money, fame or fortune from IT.


Wuhan Coronavirus Status App for China - Rapid Prototype using MQTT and the IoT OnOff IOS App-img_0463jpg


Reference to first prototype (retired):

Wuhan Coronavirus Status for China - Rapid Prototype Blynk App with ESP8266

For the next part of this project, I think I will build a Node-RED dashboard app for macOS. I installed Node-RED yesterday when searching for dashboard app, but I need to import the dashboard widgets and set it up to display a dashboard with MQTT data,
This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. Solaris

luminis app

The guys at SunGard want to charge a lot of $$$$ for installing Luminis and we are trying to see if this can be done without them. Their installation guide provided page #53 ( http://www.luminis.nocccd.edu/documents/Luminis%20IV/lp40000in.pdf ) doesn't really tell you much. All they say is that... (4 Replies)
Discussion started by: ceci1
4 Replies

2. Solaris

Problem with /app

Hi folks, i have a problem with my /app directory on solaris 10.It is mounted under rpool root and sometimes it increase dimension bringing root out of space.I want to mount /app under different position, maybe under secondary hardisk for which i have created a mount point with zfs pool...How... (10 Replies)
Discussion started by: mattpunk
10 Replies

3. OS X (Apple)

Can a ios app be developed on a windows or ipad?

hi, i want to start developing an ios app that can be used on iphone and ipad. can anyone guide me how to start? i saw that it can be developed only on a mac system.. but i dont have a mac system. i have an ipad 4 and a laptop with windows os? can i use one of these to start developing ios app??... (4 Replies)
Discussion started by: Little
4 Replies

4. Programming

Arduino Project: iPhone to HM-10 BLE to NB-IoT Shield to NB-IoT Network to Internet to Linux Server

This post describes a "work in progress" project I started today. Here is the High Level Overview: Currently, this project sits on my desk as an Arduino UNO (on the bottom), an NB-IoT Shield (sandwiched in the middle), a Sensor Shield (on top) with a HM-10 BLE Module (in the little... (13 Replies)
Discussion started by: Neo
13 Replies

5. Programming

Wuhan Coronavirus Status for China - Rapid Prototype Blynk App with ESP8266

Here is a rapid prototype app I just put together which might be of interest to some people. Basically, I have parsed the data from a Chinese web site which is tracking the Wuhan coronavirus, and cache that data every minute via a local cron file and make a simple API available to a Blink app. ... (6 Replies)
Discussion started by: Neo
6 Replies
globus_url_t(3) 						   globus common						   globus_url_t(3)

NAME
globus_url_t - SYNOPSIS
Data Fields char * scheme globus_url_scheme_t scheme_type char * user char * password char * host unsigned short port char * url_path char * dn char * attributes char * scope char * filter char * url_specific_part Detailed Description Parsed URLs. This structure contains the fields which were parsed from an string representation of an URL. There are no methods to access fields of this structure. Field Documentation char* globus_url_t::scheme A string containing the URL's scheme (http, ftp, etc) globus_url_scheme_t globus_url_t::scheme_type An enumerated scheme type. This is derived from the scheme string char* globus_url_t::user The username portion of the URL. [ftp, gsiftp] char* globus_url_t::password The user's password from the URL. [ftp, gsiftp] char* globus_url_t::host The host name or IP address of the URL. [ftp, gsiftp, http, https, ldap, x-nexus unsigned short globus_url_t::port The TCP port number of the service providing the URL [ftp, gsiftp, http, https, ldap, x-nexus]. char* globus_url_t::url_path The path name of the resource on the service providing the URL. [ftp, gsiftp, http, https] char* globus_url_t::dn The distinguished name for the base of an LDAP search. [ldap] char* globus_url_t::attributes The list of attributes which should be returned from an LDAP search. [ldap] char* globus_url_t::scope The scope of an LDAP search. [ldap] char* globus_url_t::filter The filter to be applied to an LDAP search [ldap]. char* globus_url_t::url_specific_part An unparsed string containing the remaining text after the optional host and port of an unknown URL, or the contents of a x-gass-cache URL [x-gass-cache, unknown]. Author Generated automatically by Doxygen for globus common from the source code. Version 14.7 Tue Nov 27 2012 globus_url_t(3)
All times are GMT -4. The time now is 05:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy