Services
Design, commissioning, documentation, and support for networked event systems.
- View services + View servicesdiff --git a/ETR-NodeScope-Sizzle-Reel.html b/ETR-NodeScope-Sizzle-Reel.html index 1576aec..ada321c 100644 --- a/ETR-NodeScope-Sizzle-Reel.html +++ b/ETR-NodeScope-Sizzle-Reel.html @@ -2,7 +2,7 @@
-
+
+ Event Tech Research
+ Audio / Control / R&D
+
+
+
+ MYLan / DHCP education
++ Every device on a network needs an IP address before it can talk. This Event Tech Research guide explains how DHCP works, why it matters, and how MYLan can support temporary audio, production, and engineering networks. +
+Every device on an IP network needs a unique address to send and receive data. Without one, it cannot participate — it is invisible.
+There are two ways a device can get an IP address:
+Someone types the address into each device by hand. Works for small setups. Breaks at scale — one typo, one duplicate, and the network has a conflict.
+A server listens for new devices and hands out unique addresses from a pool. No human involvement. No duplicates. Devices just connect and work.
+DHCP — Dynamic Host Configuration Protocol — is the automatic method. It has been the standard since 1993 (RFC 1531) and is used on virtually every network in the world, from home Wi-Fi to live event production.
+ +When a device connects to a network and needs an IP address, it performs a four-step conversation with the DHCP server. This is called DORA:
+ +The client has no IP address yet. It cannot send to a specific server because it does not know if one exists. So it broadcasts to the entire network: "Is there a DHCP server out there?"
+This broadcast goes to the special address 255.255.255.255 on UDP port 67. Every device on the network segment receives it, but only DHCP servers respond.
The server receives the Discover and selects an available IP from its pool. It broadcasts an Offer back: "I can give you 192.168.1.50 with these settings."
+The Offer includes the proposed IP, the subnet mask, the gateway, the DNS server, and how long the lease is valid for.
+ +The client broadcasts a Request confirming it wants the offered address: "Yes, I accept 192.168.1.50 from server 192.168.1.1."
+This is broadcast (not unicast) because there might be multiple DHCP servers on the network. The Request tells all of them which offer was accepted.
+ +The server confirms the lease and commits it to its records: "Confirmed. 192.168.1.50 is yours for 8 hours."
+The client can now configure its network stack with the assigned address and begin communicating on the network.
+DHCP messages are carried inside UDP datagrams using the BOOTP packet format. Every message — Discover, Offer, Request, Acknowledge — uses the same structure. Click on any field group to learn what it does.
+ +1 = BOOTREQUEST (client → server). 2 = BOOTREPLY (server → client). MYLan only processes requests and only sends replies.
A random 32-bit number chosen by the client. The server copies it into the reply so the client can match responses to requests, even if multiple DORA handshakes are in flight simultaneously.
+In an Offer or Acknowledge, this is the IP the server is assigning to the client. In a Discover, it is all zeros because the client has no address yet.
+The client's MAC address. This is how the server identifies which device is which — it is the key that the lease table is indexed by.
+The fixed value 99.130.83.99 (hex 63.82.53.63). This marks the boundary between the fixed BOOTP header and the variable DHCP options that follow. Every valid DHCP packet contains this exact sequence.
When a server assigns an IP, it does not give it away permanently. It creates a lease — a time-limited reservation that ties a MAC address to an IP address. This is the core data structure of any DHCP server.
+ +Simulate devices connecting to a MYLan server. Watch how the lease table fills.
+| Status | MAC Address | IP Address | Expires |
|---|
If leases were permanent, a device that disconnected would hold its IP address forever. Over time, all addresses would be consumed by devices that are no longer on the network.
+Expiry solves this. MYLan uses an 8-hour default lease. When the lease expires, the IP returns to the pool and can be assigned to the next device that connects.
+Active clients renew their lease automatically before it expires — they send a new REQUEST and receive a fresh ACK with a reset timer. The user never notices this happening.
+mylan-leases.json on disk. If the server stops and restarts — even mid-show — it reloads the lease table and remembers which devices have which addresses. This prevents the duplicate IP issue that affects simpler DHCP implementations.
+After the fixed header and magic cookie, DHCP packets carry a variable list of options — key-value pairs that configure the client. Each option has a number, a length, and a value. Click any option to learn more.
+ +MYLan is a portable DHCP server built for field deployment. It runs on Windows and macOS, requires no installation, and provides a complete DHCP service from a single executable.
+ +Connect your laptop to the target network via Ethernet. Launch MYLan with elevated privileges — Run as Administrator on Windows, or sudo ./MYLan on macOS. The application window appears with the status indicator showing Idle.
If you do not run with elevated privileges, MYLan displays a warning in the footer bar. DHCP requires binding to UDP port 67, which is a privileged port on all operating systems.
+Select the correct network adapter from the dropdown. Click Refresh NICs if you plugged in after launching. Review the network configuration:
+The address MYLan assigns to itself. Default: 192.168.1.1
Defines the network boundary. Default: 255.255.255.0 (/24)
The range of addresses available for clients. Default: .50 – .150
The default route for client traffic. Auto-syncs with Server IP.
Domain name resolution server. Default: 8.8.8.8 (Google Public DNS)
For Dante audio networks, a common configuration uses 10.0.0.1 with a pool of 10.0.0.10 – 10.0.0.200.
Click ▶ Start. MYLan configures the adapter with a static IP and begins listening for DHCP broadcasts. The status indicator turns green and the activity log begins recording.
+Connect client devices. Watch the log for the DORA sequence. Each successful connection appears as four log entries (DISCOVER → OFFER → REQUEST → ACK) and a new row in the Active Leases table.
+Click ■ Stop. MYLan saves all active leases to disk and closes the UDP listener. Existing clients keep their addresses for the remaining lease duration (8 hours by default).
+After stopping, restore the adapter to automatic (DHCP) configuration via your OS network settings if you need to reconnect to other networks.
+Click a symptom to see the diagnosis and resolution.
+ + +Seven questions to check your understanding. Select the best answer for each.
+ + + +
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
Design, commissioning, documentation, and support for networked event systems.
- View services + View servicesResearch projects and engineering patterns for production teams and venues.
- View projects + View projectsTools for monitoring, control, documentation, and practical field workflows.
- View software + View softwareAudio endpoints, RF links, and field appliance designs for moving live-event systems.
- View hardware + View hardware
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
Product hardware
++ A compact breakout adaptor for using personal 3.5 mm headphones with a Riedel Bolero talkback + beltpack. An integrated miniature condenser microphone provides full talkback operation without + requiring a dedicated headset. +
++ The product page includes three microphone variants, technical specifications, pricing, included + accessories, and detailed embedded product photography. +
+
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,14 +28,14 @@
+
+ Event Tech Research
+ Audio / Control / R&D
+
+
+
+4P Female XLR
+Breakout adapter enabling use of personal minijack headphones with a Riedel Bolero talkback beltpack. Integrates a miniature condenser microphone for full talkback capability without a dedicated headset.
+ +4P Female XLR
+Breakout adapter enabling use of personal minijack headphones with a Riedel Bolero talkback beltpack. Integrates a miniature condenser microphone for full talkback capability without a dedicated headset.
+ +Breakout adapter enabling use of personal minijack headphones with a Riedel Bolero talkback beltpack. Integrates a miniature condenser microphone for full talkback capability without a dedicated headset.
+ +
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
+
+
Event Tech Research
Audio / Control / R&D
@@ -28,21 +28,21 @@
Software at Event Tech Research is built around real show workflows: clear control, useful monitoring, - fast troubleshooting, and documentation that stays connected to the system it describes. + fast troubleshooting, field networking, and documentation that stays connected to the system it describes.
Featured software
+ ++ MYLan is a portable DHCP server and field network utility built for temporary event, audio, and + production networks. It is designed to help engineers quickly deploy a simple DHCP service from a + laptop when devices need reliable automatic IP addressing on site. +
++ The interactive DHCP guide explains the DORA handshake, packet structure, lease handling, DHCP + options, and practical troubleshooting using MYLan as the example field tool. +
+Field utility / public software resource
+@@ -68,7 +92,7 @@
Coming Soon