python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Omnetpp application sends multiple streams
Let's say I have a car with different sensors: several cameras, LIDAR and so on, the data from this sensors are going to be send to some host over 5G network (omnetpp + inet + simu5g). For video it is...
gehirndienst
Votes: 0
Answers: 1
python (windows) dropping UDP packets?
I am seeing the same thing as others here:
Windows, UDP packets silently dropped
And
Python dropping UDP packet that WireShark sees
(Windows 10, Python 3.6) - in my case I am talking to a device (Embe...
user3696153
Votes: 0
Answers: 0
Send UDP from .pcap to a non local server via Scapy
I am trying to send a UDP packet that I captured with Wireshark to my private game server through Scapy so that I can trigger a modded event to occur. Eventually I would like to expand on this and cr...
FilthyNoob
Votes: 0
Answers: 0
Best way to write bytes to a byte array in a struct?
I'm trying to create a packet struct that is basically a byte builder of fixed length. I have a WriteByte function written in 3 different ways. Just wondering which is best (or if there's a better way...
Chroma
Votes: 0
Answers: 1