Skip to content

edwinans/Dazibao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dazibao

A Dazibao in C Network programming style.

Installation

config

$cd src
open the core.c file
change init_neighbours(my_pair, JCH_HOST, UDP_DEF_PORT)
to init_neighbours(my_pair, [BOOT_HOST], [BOOT_PORT])

to change the node_data: in function init_pair(...), just change data[] string.

build the project

$ cd src
$ make core       # compile the core file
./core            # run in normal mode
./core -d	  # run in deubg mode (console logs)	

About

A Dazibao in C Network programming style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published