Flashcomm

Robotics development framework - Flashcomm component

License

License

GroupId

GroupId

com.flash3388.flashlib
ArtifactId

ArtifactId

flashcomm
Last Version

Last Version

2.0.0-beta.1
Release Date

Release Date

Type

Type

jar
Description

Description

Flashcomm
Robotics development framework - Flashcomm component
Project URL

Project URL

https://github.com/Flash3388/FlashLib
Source Code Management

Source Code Management

https://github.com/Flash3388/FlashLib

Download flashcomm

How to add to project

<!-- https://jarcasting.com/artifacts/com.flash3388.flashlib/flashcomm/ -->
<dependency>
    <groupId>com.flash3388.flashlib</groupId>
    <artifactId>flashcomm</artifactId>
    <version>2.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.flash3388.flashlib/flashcomm/
implementation 'com.flash3388.flashlib:flashcomm:2.0.0-beta.1'
// https://jarcasting.com/artifacts/com.flash3388.flashlib/flashcomm/
implementation ("com.flash3388.flashlib:flashcomm:2.0.0-beta.1")
'com.flash3388.flashlib:flashcomm:jar:2.0.0-beta.1'
<dependency org="com.flash3388.flashlib" name="flashcomm" rev="2.0.0-beta.1">
  <artifact name="flashcomm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flash3388.flashlib', module='flashcomm', version='2.0.0-beta.1')
)
libraryDependencies += "com.flash3388.flashlib" % "flashcomm" % "2.0.0-beta.1"
[com.flash3388.flashlib/flashcomm "2.0.0-beta.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.flash3388.flashlib : flashutil jar 2.0.0-beta.1

Project Modules

There are no modules declared in this project.

FlashLib

Maven Central Travis (.org) branch GitHub

FlashLib is a robotics software development library for Java, originaly designed to improve and help FRC teams, but can work on other non-FRC platforms. Although currently available only for Java, we aim to make FlashLib available for C++ as well.

Building

FlashLib uses the gradle build system. With the help of gradle-wrapper, all the is needed to build is to run ./gradlew build (on Linux systems) or gradlew.bat build (on Windows systems)

You can find the binary files in the build folder.

For further information, checkout the Wiki main page.

Code Of Conduct

FlashLib is here to help the community in the development of robotics solutions, and thus supports an open and welcoming envirnoment for users and developers. We expect everyone to act with respect and according to our code of conduct.

Please see CODE_OF_CONDUCT.md for information about our code of conduct.

Contributing

As an open-source project we readily welcome anyone wanting to contribute. But in order to maintain organization we have a few rules and guidelines for contributions.

Please see CONTRIBUTING.md if you are interested in contributing to this project.

Wiki

We are working tirelessly to provide has much documentations and guides for anyone who wants to use or learn about FlashLib. The FlashLib wiki contains information from features and how they work to guides for getting started. It is highly recommended to visit the wiki before starting to work with FlashLib.

The wiki is hosted with this repository and can be found here.

com.flash3388.flashlib

Versions

Version
2.0.0-beta.1
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2