Sponsored Content
Top Forums Programming NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages Post 303043543 by Neo on Friday 31st of January 2020 03:01:18 AM
Old 01-31-2020
WeMos D1 with ESP8266 Running the same Load Avg sketch:

NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages-s__66502661_blynkjpg


Two iPhones running the same Blynk app:

NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages-s__66502658_blynkjpg


This is awesome really. I think I will use some of the sonar modules I have to create a home surveillance Blynk app when I am bored. This app of course will let me know when anyone is moving around in my home when I'm not there Smilie LOL . Normally I am not really into home automation and surveillance apps (been there and done that a decade, maybe two, ago), but this ESP8266 is really amazing combined with the Arduino IDE for programming. They are so cheap, the sky is the limit!

A downside of this, of course, is the fact all of this kind of this very cheap, robust "IoT" tech can be used in the "new surveillance society" that civilization is marching toward.

The net is pregnant with "ESP8266 WIFI cams" and so many "surveillance-oriented" applications (and also "relay control" applications). I'm trying to think of a few ESP8266 apps that are a bit different (like this Linux server monitoring app) than what's well covered already in blogs and on YTubie.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Server load (Unix/Linux, Redhat, CPanel)

Hello, I'm facing a big problem with my hosting server (Dual Xeon 2.4GHz), I'm having a load in the CPU usage and the memory (maybe it's related) ALSO mySQL: Server Load 5.34 (2 cpus) (to 22 sometime) Memory Used 68.4 % (to 70% sometime) When I go to 'CPU/Memory/MySQL Usage' I found: ... (3 Replies)
Discussion started by: Kh@lid
3 Replies

2. Cybersecurity

linux prog for server space, load etc

Hi all what are the ways by which we can know and generate a report of the space remaining, memory(ram) used and the load on the server over a period of time. (1 Reply)
Discussion started by: arlan
1 Replies

3. UNIX for Advanced & Expert Users

Sun: High kernel usage & very high load averages

Hi, I am seeing very high kernel usage and very high load averages on my system (Although we are not loading much data to our database). Here is the output of top...does anyone know what i should be looking at? Thanks, Lorraine last pid: 13144; load averages: 22.32, 19.81, 16.78 ... (4 Replies)
Discussion started by: lorrainenineill
4 Replies

4. Linux

how to setup a virtual IP to control 2 server load for linux

Hi anyone know how to setup a setup a virtual IP to control 2 server load for linux? i only have 2 server, i don want to buy another just for the load balance... is there a way to do it? Sumemr (0 Replies)
Discussion started by: summerpeh
0 Replies

5. Shell Programming and Scripting

Create a list of load averages

`/proc/loadavg` give me three indicators of how much work the system has done during the last 1, 5 & 15 minutes. How can i get a list of load averages that each averaged over the last minute for 10 minutes? (2 Replies)
Discussion started by: navidlog
2 Replies

6. Solaris

Sparc Solaris 10 load averages

our server is running oracle database, it has: load average: 1.77, 1.76, 1.73 using only one cpu. is that too high? thanks. (4 Replies)
Discussion started by: orange47
4 Replies

7. Red Hat

Red Hat application server ssl keystore problem

A client is accessing our JBoss server. In the past, we set up a keystore and everything worked fine. That certificat expired and we've installed the new one. Now the client is getting the following error - HTTP/1.1 500 Internal Server Error Date: Mon, 14 Apr 2014 13:25:44 GMT Server:... (1 Reply)
Discussion started by: kkinney
1 Replies

8. AIX

AIX LDAP client authenticate against Linux Openldap server over TLS/SSL

Hi folks, How can i configure an AIX LDAP client to authenticate against an Linux Openldap server over TLS/SSL? It works like a charm without TLS/SSL. i would like to have SSL encrypted communication for ldap (secldapclntd) and ldapsearch etc. while accepting every kind of certificate/CA.... (6 Replies)
Discussion started by: paco699
6 Replies

9. 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
SoFieldSensor(3)						       Coin							  SoFieldSensor(3)

NAME
SoFieldSensor - The SoFieldSensor class detects changes to a field. Attach a field to a sensor of this type to put it under surveillance, so you can act upon changes to the field. SYNOPSIS
#include <Inventor/sensors/SoFieldSensor.h> Inherits SoDataSensor. Public Member Functions SoFieldSensor (void) SoFieldSensor (SoSensorCB *func, void *data) virtual ~SoFieldSensor (void) void attach (SoField *field) void detach (void) SoField * getAttachedField (void) const virtual void trigger (void) Additional Inherited Members Detailed Description The SoFieldSensor class detects changes to a field. Attach a field to a sensor of this type to put it under surveillance, so you can act upon changes to the field. An SoFieldSensor can also act for delete-callback purposes alone and does not need a regular notification-based callback. Constructor &; Destructor Documentation SoFieldSensor::SoFieldSensor (void) Constructor. SoFieldSensor::SoFieldSensor (SoSensorCB *func, void *data) Constructor taking as parameters the sensor callback function and the userdata which will be passed the callback. See also: setFunction(), setData() SoFieldSensor::~SoFieldSensor (void) [virtual] Destructor. Member Function Documentation void SoFieldSensor::attach (SoField *field) Attach sensor to a field. Whenever the field's value changes, the sensor will be triggered and call the callback function. A field sensor can be attached to only a single field at a time. When this method is invoked multiple times, each subsequent call will replace the field the sensor is monitoring with the new field. When the given field is deleted, the sensor will automatically be detached. See also: detach() void SoFieldSensor::detach (void) Detach sensor from field. As long as an SoFieldSensor is detached, it will never call its callback function. See also: attach() SoField * SoFieldSensor::getAttachedField (void) const Returns a pointer to the field connected to the sensor. See also: attach(), detach() void SoFieldSensor::trigger (void) [virtual] Trigger the sensor's callback function. Reimplemented from SoDataSensor. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoFieldSensor(3)
All times are GMT -4. The time now is 06:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy