Code Monkey home page Code Monkey logo

cmss's Introduction

Build CMSS
-Prepare Cygwin with installed gcc, g++, make, log4cxx, apr-1, aprutils-1
-Import archive file CMSS-src.zip to Eclipse workspace.

Configure CMSS
-Server
	+ Server.conf : Configure server IP, port, max clients
		Example : IP_ADDR 127.0.0.1
				  PORT 3456
				  MAXCLIENTS 30
	+ userpass: Archive user and sha256 of password with format <user>:<hashpass>
		Example:
				#this is comments
				#user:pass
				admin:8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92
				root:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
				shell:afd63d45baadf7eaf2e9b861054f7b435ae5200d46bf4e145468dc38d1e110d7
				#The end
-Client
	+ Test.conf : Configure server IP and port client will be connect to.
	
-Other 
	+ Log4cxxConfig.cfg: Configure for log4cxx. Refer log4cxx manual.
	
How to run CMSS:
- Extract CMSS-exe.zip
- Server : Open Server folder extracted from zip file. Click on server.exe to run.
- Client : Open Client folder extracted from zip file. Click on client.exe to run.
- Other Client: Copy client.exe and all dll file to other location. Click on client.exe to run.
All data on data folder will be sync between clients.

cmss's People

Watchers

James Cloos avatar Việt Nguyễn 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.