Skip to content

uos.core is the central Middleware of the UnBiquitous research group

Notifications You must be signed in to change notification settings

UnBiquitous/uos_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uos

uOS is a lighweight middleware developed by the UnBiquitous research group.

uos_core

uos.core the core module of the uOS Middleware. You can say that it's the middleware itself. You can runn only the core and have access to all features that the middleware provides. But I trully advise you to look for complementary modules that makes your life easier.

Using the middleware

To use the middleware just add it to your pom.xml as follows.

<dependencies>
		<dependency>
			<groupId>org.unbiquitous</groupId>
			<artifactId>uos-core</artifactId>
			<version>3.1.1</version>
		</dependency>
</dependencies>

Don't forget to include our repository on your list.

<repositories>
		<repository>
			<id>ubiquitos</id>
			<url>http://ubiquitos.googlecode.com/svn/trunk/src/Java/maven/</url>
		</repository>
</repositories>

You are probably going to want to use some kind of networking with it. Socket is our main flavor. Take a look at it.

Documentation

Further information can be found here but it's only related to the current ongoing branch 3.1.0. So, if you want to give it a try just go fork, clone and checkout =]

About

uos.core is the central Middleware of the UnBiquitous research group

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages