Skip to content

Martin-Spamer/wicast

Repository files navigation

WiCast

WiCast Wireless MultiCasting

Usage

You can clone the project locally for building with Maven or importing into an IDE as a Maven project.

Clone the project locally

git clone https://github.com/Martin-Spamer/wicast.git

Import Project, Build and Install using Maven

Import the project into your choosen IDE as a Maven project, it can be run as JUnit test cases, to expose its behaviour or installed into your local repository to be used as a dependency.

mvn install

Add dependency to your project

<dependency>
	<groupId>net.wicast</groupId>
	<artifactId>wicast</artifactId>
	<packaging>jar</packaging>
	<version>...</version>
</dependency>

Codacy Badge Build Status

About

WiCast, a Java WiFi-Multicasting proof of concept

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published