Giter Club home page Giter Club logo

mapserver's Introduction

MapServer BADLY INCOMPLETE

# Initialization
Server reads settings and starts to listen for WebSocket connections.
Client connects to server and requests for a new simulation instance to be created.
Server creates a new simulation instance.
Client asks for the possible models and settings.
Server sends those.

# Manual labour
while the Client wants to add models:
    Client tells that there is a new model at x.y with the settings z
    Server tells the Client if it has violated the law!

while the Client wants to tweak settings:
    Client sends updated values regarding model x
    Server updates them

# Simulation time
Client tells the Server to start doing something with it's threads
Server steps trough the whole simulation, sending the simulation results to the client

Usage

  • Install Maven
  • Run mvn javadoc:javadoc
  • Read the documentation in target/site/apidocs/index.html
  • Run mvn compile to compile the program
  • Run mvn exec:java to run the program
  • Run mvn exec:java -Dexec.args="src/main/resources/default_testcase.csv" to run with a testcase CSV (change the path)

OR

  • Install a recent version of Netbeans
  • Open it in netbeans
  • Run/Compile/Generate JavaDoc whatever

Models

Models define a point, connection, area or extending model as well as the map object that will represent it.

License

The MapServer is licensed under the MIT License. See LICENSE for details.

mapserver's People

Contributors

kivibot avatar minttu avatar umtti avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mapserver's Issues

Events are anoymous

Knowing who sent an event would allow models to cleanly request resources, such as a city's transport requesting grain from the city's warehouse

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.