Bialetti is a Java networking library/framework meant to abstract away some of the lower level parts of using TCP/UDP Sockets to create server-side and client-side applications.
Report Bug ||
Request Feature
Alfonso Bialetti was the original creator of the Moka, so obviously, Java -> Coffee.
Bialetti uses Gradle as its build system.
As such, you just need to choose the jar
task in Gradle (Either via the commandline or your IDE of choice) and get the output in build/libs
.
To use Bialetti, you're going to need to import the jar
file and the bialetti
package.
The documentation for Bialetti can be found on the Wiki
Distributed under the MIT license. See LICENSE
for more information.