Project icon

com.io7m.ethermaker

Build status Maven Central Codecov

The ethermaker package implements a set of tools and APIs for generating MAC addresses.

Contents

Features

  • Generates MAC addresses.
  • Describes MAC addresses.
  • Written in pure Java 21 for safety and portability.
  • OSGi-ready
  • JPMS-ready
  • High coverage automated test suite
  • ISC license

Releases

The most recently published version of the software is 1.0.1.

Source code and binaries are available from the repository.

Documentation

Documentation for the 1.0.1 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

 file.txt
    $ echo help >> file.txt
    $ ethermaker @file.txt

  Commands:
    describe     Describe MAC addresses
    generate     Generate MAC addresses
    help         Show detailed help messages for commands.
    version      Show the application version.

  Documentation:
    https://www.io7m.com/software/ethermaker/
]]>

To generate a set of ten random unicast MAC addresses:

To generate a set of ten random MAC addresses under the organization C419D1:

To describe a set of MAC addresses:

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.ethermaker</groupId>
  <artifactId>com.io7m.ethermaker</artifactId>
  <version>1.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.ethermaker</groupId>
  <artifactId>com.io7m.ethermaker.core</artifactId>
  <version>1.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.ethermaker</groupId>
  <artifactId>com.io7m.ethermaker.tests</artifactId>
  <version>1.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.ethermaker</groupId>
  <artifactId>com.io7m.ethermaker.cmdline</artifactId>
  <version>1.0.1</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2024-06-23 Release: com.io7m.ethermaker 1.0.1
2024-04-19 Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
2024-04-19 Change: Update commons-io:commons-io:2.15.1 → 2.16.1.
2024-04-19 Change: Update junit.version:5.10.1 → 5.10.2.
2024-04-19 Change: Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6.
2024-04-20 Change: Update org.immutables:value:2.10.0 → 2.10.1.
2024-04-22 Change: Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1.
2020-07-28 Release: com.io7m.ethermaker 1.0.0
2020-07-28 Change: Initial release

Sources

This project uses Git to manage source code.

Repository: https://www.github.com/io7m-com/ethermaker

$ git clone https://www.github.com/io7m-com/ethermaker

License

Copyright © 2024 Mark Raynsford <code@io7m.com> https://www.io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.