0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding a fairly sparse README. Enjoy. More... over 16 years ago
Create chronosinform.php to allow us to respond to polycom (or other) inform requests More... over 16 years ago
Changed verbose (boolean) to verbosity (int) to allow for values of 0,1,2 (and potentially more) Fixed how we look at socket result so it only reports an error if there was one. More... over 16 years ago
Modified dhcpServer to accept a dhcpPacketProcessor delegate object for processing packets - uses a default one if none passed. Modified dhcpServer to accept a verbose parameter, defaults to true, that if set to false, squelches all output Modified dhcpRequestProcessor to use the dhcpPacketProcessor supplied by the dhcpServer. Added options 60 and 66 to dhcpPacket. Fixed possible bug in dhcpPacket where htype was not being unpacked. Fixed possible bug in dhcpPacket where the htype and hlen fields were out of order in the packetData. More... over 16 years ago
Add beginning code for the DHCPLEASEQUERY command. Currently, it doesn't seem to want to work. Also add licensing info. More... over 16 years ago
Implement response to DHCPINFORM with proper DHCPACK packet. Properly handle responses which should be sent directly to a client address instead of broadcast. Add dhcpStorage class stub where DB lookups will someday go. More... over 16 years ago
Update to reliably respond to messages. Implement DHCPREQUEST handling and DHCPACK response. Now gives clients an IP. More... over 16 years ago
Move more things in to classes. Implement the DHCPOFFER response to DHCPDISCOVER packets. More... over 16 years ago
Complete parsing of message types. Implement building of packet data from a parsed / new packet. More... over 16 years ago
Move packet parsing to its own class. Update listener to use class. More... over 16 years ago
Initial testing to have PHP decode DHCP packets. More... over 16 years ago