Code Monkey home page Code Monkey logo

nativecord's Introduction

NativeCord

NativeCord. A very fast C++ proxy for minecraft.

Currently searching for some sponsors for a demo server and some buisness partners. Im also happy about every help.

Supported Systems:

  • Linux x64
  • Linux x32 (Not working... (Need some changes in jvm incluse and -luuid and -lyaml-cpp MAY than its working....))

Compiler relequipments:

  • CMake 3.2.2+
  • UUID lib (sudo apt-get install uuid-dev)
  • zlib lib (sudo apt-get install zlib1g-dev)
  • ssl lib (sudo apt-get install libssl-dev)

Compile/Install

  1. git clone https://github.com/WolverinDEV/NativeCord.git
  2. cd NativeCord
  3. git submodule update --init --recursive
  4. go int lib and install cpr & yaml
  5. cmake .
  6. make
  7. cd .. && mkdir nbungee
  8. cp NativeCord/NativeCord nbungee/
  9. Redy to launch NativeCord. Run it with ./NativeCord

Install libs:
cpr:
1. cmake .
2. make
3. make install
yaml:
1. make
2. make install

TODO List:

  • Implement ip_uuid_forward [DONE]
  • Implement online mode [DONE]
  • Fix some exploits/crashes
    • Add size check for packet length
    • Handle exception on wrong compression
    • Handle exception on missing/wrong packet data
  • Improve entity rewrite. Currently not for all packets.
  • Implement configurable messages
  • Add a bootloader in java to automaticly choose the right binary file
  • Add a wikki
  • Add c++ plugin api
  • Add java plugin api
  • Add mac-os and windows support
  • May be add Minecraft 1.7 support

Buglist:

  • Currently no known bugs. Most bugs are on the todo list as a future.
  • Cant change network host (dont bind on that)

nativecord's People

Contributors

wolverindev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.