This white noise sound helps to calm down your baby and he fall asleep. Also helps to extend baby sleep time. 1 Hour 128 KBit White Noise MP3 Download 3. read more…
user13
Mikrotik send mail from script without configured email client.
First connect to your router with Winbox Open System section Then scripts Create new script Add script :log info “Starting Script…”; :local sysname [/system identity get name]; :local smtpserv [:resolve. read more…
How to create password for Mikrotik email client in Google 2 factor authentication
For sending emails from Mikrotik throw Gmail smtp server best way to use app password generated delicately for your client. Video First to generate password we need to go to. read more…
Mikrotik script to send log files to email
Small script to send frequently Log files to email. Video manual Text manual First go to Winbox Files and check that you have file log.0.txt If file not exists like. read more…
Mikrotik ping script to check host online or offline
This small script for Mikrotik will check is host/hosts online or offline and sends messages to email if host is down. # Comment in log that script starts :log info. read more…
SZ_IO62R2 1.02 version update
Added 1.02 code version – Added “help” command in controller New revision of manual Added new screenshot of new help command in controller on page https://sznetwork.systems/index.php/projects/sz_io62r2/
SZ_IO62_serial
Small console utility to control SZ_IO62 controller Commands: -h – Show help list with commands./SZ_IO62R2 “COMMAND” or SZ_IO62R2.exe “COMMAND” – Send command to controller Command List: Input activation commands:sI1, cI1,. read more…
SZ_IO62R2 page updates BUG FIXing
Small update on SZ_IO62R2 page Added 1.01 code version with bug fix on stat function Added manual with fixed errors
SZ_IO62R2 second revision of SZ_IO62
SZ_IO62R2 have new code, new functionality. Main changes in code:- Added new functionality (on boot sends to Serial port status of outputs and inputs)- Outputs can be controlled independently- By. read more…
Create executable from Python Script with Pyinstaller
Fist install Pyinstaller package In the Windows Command Prompt, type the following command to install the pyinstaller package (and then press Enter): pip install pyinstaller Create python script youprogram.py print(“Compiled. read more…
Baby sleep awake time calculator
This is small console app written on python. Simply add time when baby go to sleep and when wake up, app calculates time and saves to SQLite database. Source code. read more…