MulticastBlast

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins

2025-05-31
13:03
Listener now increments on base multicast IP creating a thread to receive on each IP. Now need to decide how we want to verify received data in that thread since we can't really just create another thread to process it. Leaf check-in: e71bb4bd59 user: segfault tags: trunk
2025-05-30
00:47
Listener now using common.h as well. check-in: 61defba1f2 user: segfault tags: trunk
2025-05-29
20:41
Moved some functions out of sender.c into common.h in preperation for updating listener.c to handle 300 threads check-in: d1581a1764 user: segfault tags: trunk
15:11
sender now increments up from base multicast IP provided, and creates a thread for each to handle the sending check-in: 9ebc9988f2 user: segfault tags: trunk
2025-05-26
22:16
Sender now takes user input for number of sending threads, then divides up the total amount of Mbps to send equally between number of threads. Then each thread will send NO MORE than that max each second. check-in: 208424fee2 user: segfault tags: trunk
2025-05-22
12:48
starting on multi sender threads (up to 300 required) check-in: 076a02fc92 user: segfault tags: trunk
2025-05-21
16:49
Removed some warning messages on compile and deleted the checked in binaries from repo check-in: f59ad6ec28 user: segfault tags: trunk
16:34
Better reporting output check-in: 9fd6537c69 user: segfault tags: trunk
2025-05-20
04:00
Adding a README.txt file for the project description check-in: 580eb98b76 user: segfault tags: trunk
2025-05-18
00:54
Listener now spawns threads to receive the data packets and verifies. Sender allows user to inject error bytes into transmission. check-in: cac4c8e4f6 user: segfault tags: trunk
2025-05-12
23:15
sender now runs for -s seconds (default 10) and does proper args parsing with getopt check-in: 79b4fc1602 user: segfault tags: trunk
18:31
Sender now takes a desired speed (MBps) and only sends that every second. Also removed un-used test projects sicne I've decided to go user space for now check-in: 6f6eeb56cd user: segfault tags: trunk
13:24
Adding other test code projects (RUST, Kernel_UDP) check-in: f14ca6ac26 user: segfault tags: trunk
2025-05-07
20:14
Minor change to printf statements and stats check-in: 2a3dc00264 user: segfault tags: trunk
15:24
adding UDP-Multicast program meant to helpl Troy test check-in: 463f52eb57 user: segfault tags: trunk
14:36
initial empty check-in check-in: 54e43227d6 user: segfault tags: trunk