-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Neosoft DHCP Server by Neosoft Technologies - Toolkit for LabVIEW Download
Basic DHCP server with a built-in API
Version | 1.0.0.6 |
Released | Jan 24, 2024 |
Publisher | Neosoft Technologies |
License | BSD-3 |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | jdp_science_jsontext drjdpowell_lib_sqlite_labview |
Project links | Homepage Discussion |
Description
This toolkit implements a DHCP server in the form of a DQMH module.
It allows to provide IP addresses to any Ethernet device visible to the application.
IP pool and lease time are configurable.
The current API contains the following capabilities:
- Get Config
- Set Config
- Add IP Address Reservation
- Remove IP Address Reservation
- Retrieve Leases
- Reset Leases
Note:
Only the following DHCP client functions are currently implemented:
- Discovery
- Request
- Release
IMPORTANT! This implementation can only be used if there is NO other DHCP server on the network as it does NOT support forwarding.
It also does NOT support unicast IP address delivery based on MAC address. The IP address proposal is always broadcast.
Therefore, some devices may NOT be able to successfully obtain an IP with this DHCP server implementation.
A standalone version (exe) can be found on the Neosoft Technologies website:
www.neosoft.ca