Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 793 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 793 Bytes

This program is a DHCP service simulator

By entering the user's name in the program, according to the IP and SUBNET specified by the customer, an IP is assigned to the entered user By deleting a user, the IP of that user is not lost and is assigned to a new user

It is also possible to search users and delete users and and change user names

the name of the main file is main.py

befor running the main file , do the following steps:

1-install the packages according to requirements.txt from the local archive directory

pip install -r requirements.txt

2-setting environment variables for setting environment variables necessary to run the main.py to create the corresponding file

3-enter the correct SUBNET variable data and enter the correct data to connect and work with the database