Live data from Hacker News

Ultrafast single TCP packet audio/visual experience

github.com

1–10 of 79 posts

Re: Ultrafast single TCP packet audio/visual experience

#5
For those you are wondering, this is a webserver that serves an HTML page in a single TCP packet. I guess ≤ 1500 bytes to avoid fragmentation - shows as 1.1KB in Chrome's network view. The HTML contains embedded JavaScript that runs a simple demo with animated ASCII and playing a LOUD changing audio tone.

You can visit the demonstration website here: http://packet.city/

You can see a screenshot of the demo here: http://www.p01.org/128b_raytraced_checkboard/

Re: Ultrafast single TCP packet audio/visual experience

#7
http://packet.city/

summary: A demo scene page that is smaller than a single IP frame and uses some flags to avoid other round trips.

view-source:http://packet.city/

The page itself and view-source only work on some browsers. Use wireshark etc to see what it actually does.

Post reply on HN