Sponsored Content
Top Forums Programming Wuhan Coronavirus Status for China - Rapid Prototype Blynk App with ESP8266 Post 303043640 by Neo on Sunday 2nd of February 2020 10:25:57 PM
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Function prototype declaration

Hi All, I have the script as below #!bin/bash let k=9 if then echo "Start" Hello echo "End" else echo "failed" fi function Hello() { echo "hello !!!!" } I got the below error : (4 Replies)
Discussion started by: Balasankar
4 Replies

2. Programming

Embarcadero Rapid SQL query for dependency

Team I am using Embarcadero Rapid SQL V8 . When we right click on any procedure/table/view and open the contents. It has dependencies tab, which tell what all are the dependents used . My question is how does this information captured in backend to retrieve the dependency objects in... (0 Replies)
Discussion started by: Perlbaby
0 Replies

3. What is on Your Mind?

Major Changes in New UserCP (v0.63) Prototype

Regarding the latest version of the UserCP prototype (version 0.63) I have made a lot of major changes, including Added a "Posts Timeline" table for the recent posts, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table). Added a... (4 Replies)
Discussion started by: Neo
4 Replies

4. Programming

NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages

Here is a useful SSL (HTTPS) application for anyone with a remote Linux server they want to keep an eye on using Blynk and the NodeMCU ESP8266. This little app also works (have tested as well) on the WeMos D1 ESP8266 Arduino board. The NodeMCU setup could not be easier, just find a... (8 Replies)
Discussion started by: Neo
8 Replies

5. Programming

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

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... (10 Replies)
Discussion started by: Neo
10 Replies

6. Programming

A Slightly Better NTP Client for the ESP8266

Was not really happy with the NTP clients for the ESP8266 because, after a few years of game engine programming, I am not a fan of a lot of code and delays in the main loop, so here is a "slightly better NTP client" for the ESP8266. In a nutshell, instead of having a delay in the main loop as a... (1 Reply)
Discussion started by: Neo
1 Replies
App::Termcast(3pm)					User Contributed Perl Documentation					App::Termcast(3pm)

NAME
App::Termcast - broadcast your terminal sessions for remote viewing VERSION
version 0.12 SYNOPSIS
my $tc = App::Termcast->new(user => 'foo'); $tc->run('bash'); DESCRIPTION
App::Termcast is a client for the <http://termcast.org/> service, which allows broadcasting of a terminal session for remote viewing. ATTRIBUTES
host Server to connect to (defaults to noway.ratry.ru, the host for the termcast.org service). port Port to use on the termcast server (defaults to 31337). user Username to use (defaults to the local username). password Password for the given user. The password is set the first time that username connects, and must be the same every subsequent time. It is sent in plaintext as part of the connection process, so don't use an important password here. Defaults to 'asdf' since really, a password isn't all that important unless you're worried about being impersonated. bell_on_watcher Whether or not to send a bell to the terminal when a watcher connects or disconnects. Defaults to false. timeout How long in seconds to use for the timeout to the termcast server. Defaults to 5. METHODS
establishment_message Returns the string sent to the termcast server when connecting (typically containing the username and password) termsize_message Returns the string sent to the termcast server whenever the terminal size changes. write_to_termcast $BUF Sends $BUF to the termcast server. run @ARGV Runs the given command in the local terminal as though via "system", but streams all output from that command to the termcast server. The command may be an interactive program (in fact, this is the most useful case). TODO
Use MooseX::SimpleConfig to make configuration easier. BUGS
No known bugs. Please report any bugs through RT: email "bug-app-termcast at rt.cpan.org", or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Termcast <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Termcast>. SEE ALSO
<http://termcast.org/> SUPPORT
You can find this documentation for this module with the perldoc command. perldoc App::Termcast You can also look for information at: o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/App-Termcast <http://annocpan.org/dist/App-Termcast> o CPAN Ratings http://cpanratings.perl.org/d/App-Termcast <http://cpanratings.perl.org/d/App-Termcast> o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Termcast <http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Termcast> o Search CPAN http://search.cpan.org/dist/App-Termcast <http://search.cpan.org/dist/App-Termcast> AUTHOR
Jesse Luehrs <doy at tozt dot net> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-15 App::Termcast(3pm)
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy