Code Monkey home page Code Monkey logo

usb-multimedia-digital-ecosystem's Introduction

usb-multimedia-digital-ecosystem

Simón Bolívar University - CI4822 - Operating Systems III - Multimedia Digital Ecosystem

Structure

File Description
FileChooser.java GUI to select a file in the directory tree
MultimediaRequestGUI.java GUI to select the desired multimedia content
MultimediaSharerAgent.java Multimedia Digital Ecosystem agent
MultimediaSharerGUI.java GUI to share, remove and search for multimedia content by a search pattern
OfferMultimediaBehaviour.java Agent behavior to offer multimedia content
RequestMultimediaBehaviour.java Agent behavior to request multimedia content to an agent
SearchMultimediaBehaviour.java Agent behavior to search multimedia content associated with a pattern on all agents
ShareMultimediaBehaviour.java Agent behavior to share multimedia content

Configuration Instructions

With Netbeans

Add the file jade.jar to the IDE

Without Netbeans

Copy the folder JADE-all-4.2.0 in the user's home directory.

Build Instructions

With Netbeans

build MDE [project_name]

Without Netbeans

cd [project_name]/src/mde
../../../build-JADE.bash

Execution Instructions

With Netbeans:

cd [project_name]
./run-JADE-Main-Container.bash

config Netbeans run properties with:

  • Main Class: jade.Boot
  • Arguments: -container -local-host localhost -local-port 3000 -host localhost Agent1:mde.MultimediaSharerAgent;Agent2:mde.MultimediaSharerAgent
run MDE project

Without Netbeans:

cd [project_name]
./run-JADE-Main-Container.bash
./run-JADE-Agents.bash -a [agents] -h [host] -l [localhost] -p [port]
  • agents: number of agents to run. 2 by default
  • host: host main container. localhost by default.
  • localhost: application host. localhost by default.
  • port: application port. 3000 by default.

usb-multimedia-digital-ecosystem's People

Contributors

vicente-santacoloma avatar

Watchers

 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.