Git Product home page Git Product logo

vdmj-remote's Introduction

VDMJ Remote

An RPC system/REST API for VDMJ

This is currently WIP, commits may include errors

To compile run:

mvn clean install

Use the JAR named:

vdmj-remote-<version>-shaded.jar

The CLI args are as follows:

--help, -h
  Print this help dialogue
--ipcAddress, -i
  Address to connect to for JSON communication with parent process, must 
  match '<hostname>:<port>'
--port, -p
  Port to bind on, if 0 random port will be used
  Default: 0
* --sourcePath, -s
  Source as a path, dir/files
* --type, -t
  Source type ([vdmrt, vdmsl, vdmpp])

For example:

java -jar vdmj-remote-1.0-SNAPSHOT-shaded.jar -p 8080 -t vdmsl --sourcePath Conway.vdmsl

To embed a webpage atop a script, use the @WebGUI(<nick>, <path>) annotation, as demonstrated in example/conway_web/Conway.vdmsl replacing the path with the absolute path to your static web content folder (e.g. build for Node or www for legacy web development).

vdmj-remote's People

Contributors

pointerless avatar leouk avatar

Watchers

Nick Battle avatar  avatar  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.