Giter Club home page Giter Club logo

ambient-calculus's Introduction

ambient-calculus

About

See a full description of this project here

Prerequisites

Installing Elixir

See instructions here

Installing OpenSLP

This app uses ex_slp for node discovery and clustering.

There's an ubuntu package for slpd and slp-tool, and there's also a docker image that has both. To install and verify installation for debian based systems use something like what you see below.

:::bash
$ sudo apt-get install slpd slp-tool
$ sudo /etc/init.d/slpd restart
$ slptool --version

You'll want to install the command line tool regardless, but it's possible to use the daemon via docker:

:::bash
# Run slpd via docker and background it
$ docker run -d -p 427:427/tcp -p 427:427/udp  --name openslp vcrhonek/openslp

Installation

Clone this repository and enter source root

$ git clone [email protected]:mattvonrocketstein/ambientcalculus.git ambient-calculus
$ cd ambient-calculus

Install Elixir project dependencies

$ mix deps.get
$ mix compile

For developers

Run tests

$ mix test --cover

Creating a commandline script

$ mix escript.build
$ ./ambientcalculus [args]

Run linter

$ mix dogma

Run static analysis

The first time you have to build the persistent lookup table, which takes a while.

$ mix dialyzer.plt

Thereafter, just run

$ mix dialyzer

Installing project pre-commit hooks

$ cd ambient-calculus
$ sudo pip install pre-commit
$ pre-commit install

ambient-calculus's People

Contributors

mattvonrocketstein avatar

Stargazers

James Stephens avatar

Watchers

James Cloos avatar Mark Fisher 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.