|
8a7324a8df
|
Create LICENSE
|
2021-03-30 23:48:10 +13:00 |
|
|
1058079f78
|
Create README.md
|
2021-03-30 23:46:41 +13:00 |
|
|
9e5fca17e6
|
Brings the C# program functionally in-line with the C++ program. (Closes #2)
continuous-integration/appveyor/branch AppVeyor build succeeded
|
2021-01-07 19:56:11 +13:00 |
|
|
cf73311b59
|
Switched array static casting (from char*) to reinterpret casting (to unsigned char*)
|
2021-01-07 17:32:11 +13:00 |
|
|
6716f7bb6e
|
Fixed compiler warnings
|
2021-01-07 17:26:00 +13:00 |
|
|
cf96c7dae7
|
Moved data structures to arrays to minimise utilised memory
Implemented UDPClient.Available() to avoid the blocking call to recvfrom (Closes #1)
|
2021-01-07 17:14:55 +13:00 |
|
|
99a7014825
|
Split C++ code into multiple files & classes.
Made DHCP Server instanced
|
2021-01-07 15:49:25 +13:00 |
|
|
a1fbe62327
|
Created a C++ port of the C# project. Needs some tidying
|
2021-01-07 00:03:30 +13:00 |
|
|
5bb94e798a
|
Add project files.
|
2021-01-05 19:07:20 +13:00 |
|
|
46ee70fdcc
|
Add .gitignore and .gitattributes.
|
2021-01-05 19:07:18 +13:00 |
|