Back to Projects
TOOLSCOMPLETE2 VIDEOS

Spaghetti Relay

Networked relay communication system demonstrating TCP/IP socket programming and packet routing.

SOLO DEVELOPER  ·  Jan 1, 2025

Spaghetti Relay

A network relay communication system built during Full Sail Computer Networks coursework. Demonstrates TCP/IP socket programming, packet routing, and multi-node message relay across a simulated network topology.

// VIDEO DEMOS

// TECH STACK

LANGC++NetworkingTCP/IPSocketsComputer Networks

Contributions

  • 01Implemented TCP/IP client-server socket communication
  • 02Built packet routing logic for multi-hop message relay
  • 03Designed network topology simulation with configurable nodes
  • 04Handled connection management, error recovery, and graceful shutdown

Technical Highlights

  • Raw TCP socket programming with Winsock API
  • Multi-hop packet relay with routing table lookups
  • Concurrent connection handling with proper resource cleanup