Menu
Tools
fyro.net utilities

Blog

Notes on networking, DNS, streaming and the tools at fyro.net

We Implemented WordPress Piplets Natively

WordPress

This blog no longer runs WordPress. It runs a piplet. If you missed the announcement, Matt Mullenweg revived a 2007 experiment at WordCamp US 2026 called a piplet: a single, self-modifying PHP file that stores its own...

Read more 0 comments

TURN/STUN Servers

Video Streaming

TURN (Traversal Using Relay NAT) and STUN (Session Traversal Utilities for NAT) servers are used to help establish and maintain real-time communications, such as VoIP calls, video conferencing, and online gaming...

Read more 0 comments

Video streaming protocols

Video Streaming

We've recently been developing applications for streaming live video, and experimenting with different streaming protocols. We started off with HLS, but since the use case required extremely low latency, we eventually...

Read more 0 comments

DNS over TCP

DNS

We recently ran into a problem where a DNS query was failing because the response was too large. The maximum size of a DNS response that can be sent over UDP (User Datagram Protocol) is 512 bytes. This is because the...

Read more 0 comments

Configuring OSPF

Networking

OSPF (Open Shortest Path First) is a popular interior gateway protocol (IGP) used for routing within an autonomous system (AS) in large enterprise networks and service provider networks. OSPF is a link-state protocol...

Read more 0 comments

Types of DNS records

DNS

There are several types of DNS (Domain Name System) records, each serving a different purpose. Here are some of the most common types: A (Address) Record: This record maps a domain name to an IPv4 address. AAAA (IPv6...

Read more 0 comments

Animated Picture Filetypes

File Converter

The Fyro File Converter supports most common animated picture files, like GIF (Graphics Interchange Format) and APNG (Animated Portable Network Graphics). The main difference between these two formats is the way they...

Read more 0 comments

CIDR Notation

IP Addressing

CIDR (Classless Inter-Domain Routing) notation is a compact representation of an IP address and subnet mask. It is used to express the number of bits that make up the network portion of the IP address. CIDR notation is...

Read more 0 comments

RSS feed · Served from a single self-contained PHP file. No database.