carosio/click-dp

Name: click-dp

Owner: CAROS.io

Description: Click Datapath API Wrapper

Created: 2015-04-17 10:56:28.0

Updated: 2015-04-17 11:03:05.0

Pushed: 2015-04-17 11:03:04.0

Homepage: null

Size: 128

Language: Erlang

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CLICK DP API Sample

This is a session CLICK DP API wrapper as standalone application for test and development purposes.

Start with node local mock DP:

$ erl -sname click-dp -setcookie secret
Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [kernel-poll:false]

Eshell V6.2  (abort with ^G)
(click-dp@alice)1> application:ensure_all_started(click_dp).

Start with node real DP:

$ erl -sname click -setcookie secret
Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [kernel-poll:false]

Eshell V6.2  (abort with ^G)
(click@alice)1> application:ensure_all_started(click_dp).

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.