Skip to content

bpuzon/onviso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (c) 2010 Erlang Solutions Ltd.

Available make options:
 make
 make clean
 make run_test

In order to run the tests of provided in onviso_tests.erl one must first set up
two nodes, one called 'server' and the other 'client'.

For the server node:
        erl -sname server
        1> server:start().

For the client node:
        erl -sname client
        1> client:init().

This should set the erlang cookie to 'inviso' and connect the two nodes to each other.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages