This website requires JavaScript.
Explore
Help
Register
Sign In
BrychanD
/
Simple-DHCP-Server
Watch
1
Star
0
Fork
0
You've already forked Simple-DHCP-Server
mirror of
https://github.com/Brychan22/Simple-DHCP-Server.git
synced
2025-02-13 08:18:56 +13:00
Code
Issues
Projects
Releases
Wiki
Activity
Simple-DHCP-Server
/
Simple DHCP Server (C++)
History
Brychan Dempsey
9e5fca17e6
All checks were successful
continuous-integration/appveyor/branch
AppVeyor build succeeded
Details
Brings the C# program functionally in-line with the C++ program. (
Closes
#2
)
2021-01-07 19:56:11 +13:00
..
Arduino.cpp
Split C++ code into multiple files & classes.
2021-01-07 15:49:25 +13:00
Arduino.h
Split C++ code into multiple files & classes.
2021-01-07 15:49:25 +13:00
DHCP.cpp
Fixed compiler warnings
2021-01-07 17:26:00 +13:00
DHCP.h
Moved data structures to arrays to minimise utilised memory
2021-01-07 17:14:55 +13:00
Net.cpp
Switched array static casting (from char*) to reinterpret casting (to unsigned char*)
2021-01-07 17:32:11 +13:00
Net.h
Moved data structures to arrays to minimise utilised memory
2021-01-07 17:14:55 +13:00
Simple DHCP Server (C++).cpp
Brings the C# program functionally in-line with the C++ program. (
Closes
#2
)
2021-01-07 19:56:11 +13:00
Simple DHCP Server (C++).vcxproj
Split C++ code into multiple files & classes.
2021-01-07 15:49:25 +13:00
Simple DHCP Server (C++).vcxproj.filters
Split C++ code into multiple files & classes.
2021-01-07 15:49:25 +13:00