Skip to content

PackmanDude/BSCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSCore

Code size

Simple Minecraft server implementation for learning POSIX sockets.

Building

Get a copy of the source code:

git clone --depth 1 --single-branch https://github.com/PackmanDude/BSCore.git

Change the working directory:

cd BSCore

Run the build script:

./build.sh [additional build arguments]

The GCC is used by default, but the project is compiler-agnostic and you can use any compiler you want by editing build.sh and using appropriate compilation/linking options for the used compiler. To configure the project, use macros defined in the config.h during the compilation or by modifying the file directly.

Dependencies

  • C standard library
  • C POSIX library
  • wolfSSL

Windows support

Not officially supported, but you may use MSYS2 environment to build an executable yourself at your own risk.

About

Simple Minecraft server implementation for learning POSIX sockets.

Resources

License

Stars

Watchers

Forks

Contributors