• v0.1 7d2069ae99

    Version 0.1
    All checks were successful
    Test Runner / build (release) Successful in 1m55s
    Stable

    jeff released this 2024-07-21 20:34:22 +00:00 | 0 commits to main since this release

    goedlink—cross-platform EverDrive N8 Pro serial control software

    Note: this tool is in a very early dev state! Core functionality is working, but this has not been widely tested yet.

    The EverDrive N8 Pro comes with a USB port for software development and system updates over serial, but the client provided by krikzz doesn't play nice with Linux. This tool aims to re-implement the functionality in golang so as to be easily ported to a wide variety of operating systems.

    See README for all the details.


    To manually build, ensure you're running a compatible version of golang and run:

    go mod tidy
    go build -o goedlink-linux-amd64
    

    On macOS, this likely requires CGO_ENABLED=1:

    go mod tidy
    CGO_ENABLED=1 go build -o goedlink-linux-amd64
    

    Downloads