Sponsored Content
Top Forums Programming NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages Post 303043596 by Neo on Saturday 1st of February 2020 12:51:33 PM
Old 02-01-2020
Due to problems with the Blynk business model and their pricing structure, I have decided not to use Blynk for any further app development.

Unfortunately, I cannot recommend Blynk and their, what I consider deceptive, "play to pay" business model; and nor can I recommend their support community.

I also read the Blynk privacy policy and according to their privacy policy, they can provide the "behavioral exhaust" data we generate on the Blynk network to third parties.

This appears to be yet another "surveillance capitalist" -type of business, where they will partner with data miners and other third parties and use our data without our consent for behavioral-analytics.

From Blynk Terms of Use (TOS) policy:

Quote:
By using the [Blynk] Service, you are granting us (and any service providers or Providers used by us) permission to access your account and those messages, data, information, text, graphics, audio, video or other material and content of any kind posted/uploaded/transmitted to or through the Service using your account, to process and submit said material to End Users.
This User Gave Thanks to Neo For This Post:
 

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
slp_syntax(7)						 Miscellaneous Information Manual					     slp_syntax(7)

NAME
slp_syntax - SLP Service Type Syntax DESCRIPTION
The SLP API expects service type information to be passed while querying for SLP service information and also while registering and dereg- istering services. The SLP API accepts service type information in URL format also. The service type string contains the following information. Name of the service type. Naming Authority responsible for the service name. The service type string is of the form: The abstract-type is a short descriptive string that describes the type of service. The naming-authority is the name of the organization that named the service. The naming-authority is optional, but if it is omitted, then IANA is assumed to be the naming authority and IANA requires service-types to be registered (see RFC 2609). concrete-type, also optional, is a kind of sub-type of the abstract-type. For example, is an abstract type (owned by IANA) and is a concrete type (owned by IANA). The official definition of Service Type strings can be found in RFC 2609, "Service Templates and Service Schemes". Examples of Service Type Strings A (fictitious) weather service type owned by NASA that uses WTP protocol. A (fictitious) weather service type owned by NASA that uses SWTP protocol. A chat service type owned by SuperChat. A samba printer service type. An IANA ftp service type. An IANA telnet service type. Comparing Service Types Since service types are important in determining the URLs that are returned by the call, you should understand how services are compared. Suppose that three services were registered with using a srvtype of and If a client program calls with a srvtype of the urls for both and are returned is not). However, if is called with srvtype of or then the urls for or would be returned. In other words, if a concrete-type is used, only services with the same abstract and concrete-type are returned. If only the abstract type is used, then all services of that abstract type (and naming authority) are returned. SLP Service URL Syntax SLP APIs accept service type strings in URL syntax format. URL strings are passed as parameters to and functions and returned as a result to the callback function. SLP defines a special type of URL called a Service URL that MUST be used when calling SLP API functions. The syntax of a service URL is: service-type is a service type as explained above. addrspec can be any address that fits URL syntax and can be translated as a network location. The and strings are required. Service URL Examples SLP requires you to use Service URLs. API functions will return if you do not. Service URLs are required because the SLP API designers do not allow the service-type to be passed in as a parameter to the call. Without the service-type, does not allow the caller to distinguish between services of varying types that were registered with the same standard URL. The function expects the search strings to be passed in LDAPv3 Search Filter Syntax. SEE ALSO
slpd(1M), libslp(3N), slp.reg(4). slp_syntax(7)
All times are GMT -4. The time now is 10:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy