Skip to content

xayyuu/802.1x_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

it's a project which build a program to surf the Internet. EXPLAIN: OS: ubuntu

This project doesn't like others 802.1x program, it don't need pcap library and libinet library, other 802.1x program often need that library. After you make Makefile int dialdir/ directory, you can run it directly.

Usage: If it's the first time to use it, you need do the next step: cd ./ctrldir sudo ./house_dial -cfg this step will initialize and config the enviroment before you run this program.

Run the dialer:
	cd ./dialdir
	make clean; make
	sudo ./house_dial
	
After run the dialer, you can use a script to control the dialer:
	cd ./ctrldir
	make clean;make
	./logon.sh

In particular, the . directory means the project's root director, in here, is "House_8021X_Client".

Contact: yuxiao2089@foxmail.com Thank you for watching this, and if you find any question, please contact me.

About

Based in ubuntu system, use it to dial with the server, use the extensible authentication protocol to realise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published