Code Monkey home page Code Monkey logo

arcusnode's Introduction

ArcusNode

A RTMFP Rendevouz Server For Peer Assisted Networking With Adobe Flash

Author: arcusdev [[email protected]] License: GPL

Description

ArcusNode is an offspring of Cumulus, a standalone C++ implementation of the RTMFP Protocol and much more. ArcusNode aims to assist P2P networking with ease of extendability due to Javascript glue.

Installation

To use ArcusNode as a service, get it from github and run:

$> git submodule init
$> git submodule update
$> node-waf configure build
$> node service.js

You then should see something like:

Starting up ArcusNode RTMFP Service.
Copyright (C) 2011 OpenRTMFP
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
(For usage help type "node service.js -h")
ArcusNode RTMFP Service running at port 1935

1935 is the default port for RTMFP communication.

Usage

As you can see in the service.js, it is very easy to use ArcusNode in your own project.

var ArcusNode = require('./lib/arcus_node.js');
var arcusService = new ArcusNode();
arcusService.run();

ArcusNode already takes a settings object in the constructor, through which later on many customization will be possible, like specifying an authentication callback which gets a username/id and password (can also be a session id), so you can do use your own authentication implementation easily.

Roadmap

To reach version 0.1:

  • Add command line arguments
  • Stabilize the rendezvouz part
  • Implement management cycle
  • Add user authentication through a callback method, given to ArcusNode as a setting
  • Add support for RPCs which can be extended easily with javascript functions
  • Add testing scripts and a Flash testing project
  • Add AMF0 reading and writing

Development

If you have ideas, suggestions, bugfixes or just want to yell a little at the author, feel free to contact [email protected]

© Copyright 2011 OpenRTMFP

arcusnode's People

Contributors

arcusdev avatar

Stargazers

 avatar  avatar

Watchers

 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.