DangerD1024
DangerD1024
``` $app = function (Ratchet\Client\WebSocket $conn) use ($connector, $loop, &$app, $server_id) { $conn->on('message', function (\Ratchet\RFC6455\Messaging\MessageInterface $msg) use ($conn) { global $server_id; $msg = json_decode($msg); $proc = popen("ping -t 127.0.0.1",'r'); if($msg->type=='run')...
i need to stream video from camera to internet, so basically i want to make it acts like ip camera, i want to use cheap pc like orange pi zero...
I need to show custom internet restricted page to specified clients (mac addresses list). Other clients should access internet freely. Is this possible to make that with nodogsplash?
Looks like script has limit to 12S battery while i have 14S Script shows wrong values for 14S battery (voltage per cell)
/home/dangerd/.rbenv/versions/2.5.3/lib/ruby/2.5.0/net/http.rb:937:in `initialize': execution expired (Net::OpenTimeout)
I have Radxa Zero 3W and i need to enable Radxa Camera and UART, where i can find needed overlay?
In code you have: ``` enum Metering_Modes { METERING_CENTRE = libcamera::controls::MeteringCentreWeighted, METERING_SPOT = libcamera::controls::MeteringSpot, METERING_MATRIX = libcamera::controls::MeteringMatrix, METERING_CUSTOM = libcamera::controls::MeteringCustom }; ``` But there's no option to specify position for...
### The problem I'm using USB HID Relay module using binary: `/config/hid/hidusb-relay-cmd on 4` where 4 is relay number It worked fine before update on core_2023.12.4, updated to core_2024.1.3, after...
Script stops sometimes on line `log.ef("W0")` : (function is being called from Terminal) ``` local success, errorMessage = pcall(function() ... log.ef("111") isBusy = true; while isBusy do log.ef("W0") local backgroundTasksDialog...