Skip to content

xqkong/AutoServerDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AutoServerDiscovery

include two part of files: client, server. By C/C++

you may need to run these code on a local network, and both on Linux based OS.
use gcc to compile both of the files, recommend:

  • gcc c.c -o client
  • gcc s.c -o server

then you may run ./client and ./server on your machine.

Attention:

you can test this program on one machine, but you may encounter some bug, feel free to ask me if you can't solve it.

Xiangqi Kong

School of Software, Dalian Unveristy of Technology.

About

include two part of files: client, server. By C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages