
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
github.com/HeRCLab/herc-file-formats
MLPX Docs | Wavegen Docs |
---|---|
This repository contains specifications and implementations for bespoke file formats created for the HeRC lab, or for file formats we use in our work that don't have good quality existing public implementations.
Because of the nature of this repository, all tools and libraries are usually installed as a single bundle. However, check the documentation for each sub-project, many can be installed independently of each other if you so desire
Usually, downloading the latest release as pre-compiled binaries from the GitHub repository is preferred.
Otherwise, you can run make build && sudo make install
.
The ./build_release.sh
script can be used to generate a .deb
file.
Check each sub-project for dependencies.
Each directory is a separate file format. Directories should be named after
their file format, and should contain a doc/
directory documenting the
specification for that format, as well as any other relevant documentation.
Implementations should be in a sub-directory named after the implementation
language. So for example, a C implementation of TNX might reside in ./tnx/c/
.
Tools implemented in this repository should be placed in a sub-directory named
cmd
. For example, a tool called tnxutil
that operates on tnx
files would
be long in ./tnx/cmd/tnxutil/
. To be clear, this applies to tools intended
for users to use and install on their system, not tools internal to this
repository used for building or CI.
./mlpx/cmd/mlpx2onnx
, but a tool for executing MLPs which uses
MLPX as an input format should be placed in it's own repo.Format | Current Version | Status | Provenance | Purpose |
---|---|---|---|---|
TNX (Trivial Network eXchange) | unreleased | on-hold | Bespoke | Format for representing compute graphs, with a focus on neurual networks. |
MLPX (MLP eXchange) | unreleased | in-progress | Bespoke | Portable format for checkpointing MLP networks. |
Wavegen | 0.0.3 | in-progress | Bespoke | Wave generation tool & portable format for exchanging such waves. |
Current Version should be either "unreleased", for formats which have no stable release yet, or the version number of the library contained in the folder. In general, all implementations of a format in different should have the same version number.
Status should be one of "unreleased", "in-progress", "maintenance", or "complete".
Provenance should be either "Bespoke" for in-house formats, or the origin of the format otherwise.
Each individual format or tool may have it's own internal version. When a new version needs to be released, a monotonically increasing version number will be selected as the herc-file-formats release, and used for any generated packages. This version number will attempt to follow semantic versioning to the extend possible.
Released formats:
There are several existing bespoke formats, which should be "brought into the fold" of this repo. These formats were created before this repo.
herc-imgtool
in the
herc-tools-public repo.
de2rawh
AKA hif24
de2raw
hif1
hif8
herc-imgtool
itselfFAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.