You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/network
Bryan Biedenkapp d3f5d00e5a
add initial support code for RESTful RCON replacement;
3 years ago
..
json fix for bad reference; 4 years ago
rest add initial support code for RESTful RCON replacement; 3 years ago
BaseNetwork.cpp implement support to capture and properly send HDU encryption data with the first LDU1 across the network; 3 years ago
BaseNetwork.h implement support to capture and properly send HDU encryption data with the first LDU1 across the network; 3 years ago
Network.cpp implement support to capture and properly send HDU encryption data with the first LDU1 across the network; 3 years ago
Network.h remove grant rsp/req from normal network path (this is being rearchitected); add new plumbing for determining if a DVM is authoritative for repeating traffic and auto-granting; 3 years ago
RemoteControl.cpp refactor a lot of iterator based C++ for loops into C++ range for loops; correct bad opcode value (this was getting truncated to $3F anyway so no big deal but in code it should be proper); 3 years ago
RemoteControl.h update copyright date; 3 years ago
UDPSocket.cpp convert more behaviors from C-like to C++11 (replace NULL with nullptr mostly); make some pointer safe changes to DMR; 3 years ago
UDPSocket.h upstream: fix network ports data type; 5 years ago

Powered by TurnKey Linux.