Video Packet Switching Network

by matt392 in Circuits > Computers

23 Views, 0 Favorites, 0 Comments

Video Packet Switching Network

Packet-switching-network-image.png

Short video made using React and Claude.ai that demonstrates how packet switching works. MP4 file attached.

Supplies

CodeInPlaycodeIO.png
  1. Go to: https://playcode.io/empty-react
  2. Paste in the JSX code attached
  3. Click the "Send Message" button

Python Version

python-packet-switching.png
  1. Attached is the Python version that uses Matplotlib.
  2. Be sure to install Matplotlib first from Powershell:
  3. pip install matplotlib
  4. Load Python code into IDLE, save and run