Luigi Posted November 17, 2011 Posted November 17, 2011 (edited) This is a little system Client/Server.In the client's first connection, it receive from the server a pre-authentication, content a 'separator', the string to split the datas in the future changes.In the next packet the client send a UniqueID (the bios serial) and the name.The server receive this datas, compare in database and add or update the datas in ListView.In the ListView is show ID, Socket, IP, Name and Ping.The client have a AutoClick, to automatization connect with the server, is a test tool only for statistics.http://www.youtube.com/watch?v=gZIQvWMIH08Have some bugs...But in this moment is functional.The script have a inspiration from -----------------My notes.a) the use of sqlite can sometimes lock the database, giving the impression that the program crashed ... I change the database to MySQL, I think about it, will no longer have this problem. the fuction Clean UniqueID have problems, it delete from database, but have bug when delete data's ListView.Server 0031.rar Edited November 17, 2011 by detefon Visit my repository
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now