About DerbyNet
DerbyNet is the free, open-source, multi-screen race management system for Pinewood Derby-style racing. It's used by packs and other groups all around the country, and around the globe! Check us out on GitHub!
It looks like you can use https://pack442.XXXXXXXXXX.com/derbynet as the URL for connecting other local devices to this server.
Please include this page if you wish to report a bug, and contact me at bugs@derbynet.org.
Your browser's User Agent string is
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0.
Your browser supports javascript version 1.5.
DerbyNet Revision
This is revision 1637, built on October 29 2023.
(91eeaee06ceb02765c3758b8d08a6063e4ef463e)
Database Configuration
<?php $homedir = '/var/lib/derbynet/2023/pack442'; $db_connection_string = 'sqlite:/var/lib/derbynet/2023/pack442/derbynet.sqlite3'; $db = new PDO($db_connection_string, '', '', array ( )); $db->setAttribute(PDO::ATTR_CASE, PDO::CASE_LOWER); ?>
Database Schema
Schema version 9 (expecting version 9)
Download Database Snapshot:
Complete
or
Cleaned
Running DerbyNet on a Virtual Machine on Ubuntu on a Windows 11 Pro machine (Hyper-V). When I launch a browser on the host machine running hyper-v and click Sign-In, select Be a Kiosk, then select either full screen or Be a Kiosk it shows the specific display I have configured for that kiosk.
However as soon as I do the same for a remote system, doesn't matter if this is a Raspberry Pi 4b or a Windows desktop running on a PC or laptop, after about a minute or two I lose control of that kiosk. That specific Kiosk is removed from the kiosk dashboard and the only way to get it to come back is refreshing the browser and then after a minute or two it disappears again.
Is anyone aware of this issue? I don't recall this being an issue. I'm using https with a custom certificate and a custom url. So not sure if one of those combinations is causing the issue.