Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teddriggs/openc2-rs

OpenC2 types for Rust
https://github.com/teddriggs/openc2-rs

Last synced: about 1 month ago
JSON representation

OpenC2 types for Rust

Awesome Lists containing this project

README

        

OpenC2 Rust
===========

[![Build Status](https://travis-ci.org/TedDriggs/openc2-rs.svg?branch=master)](https://travis-ci.org/TedDriggs/openc2-rs)
[![Latest Version](https://img.shields.io/crates/v/openc2.svg)](https://crates.io/crates/openc2)

The OpenC2 Language Specification defines a language used to compose messages that instruct
and coordinate the command and control of cyber defenses between and within networks and systems.

This crate provides types for OpenC2 commands and responses.

# Crate Purpose
This crate helps actuator implementers and other cybersecurity vendors interact with OpenC2 messages.

# Status
This crate is under active development. As the OpenC2 spec matures, the API for this library will similarly evolve.