Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teddriggs/openc2-rs
- Owner: TedDriggs
- Created: 2018-04-21T03:06:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T15:20:39.000Z (over 6 years ago)
- Last Synced: 2024-11-21T22:39:53.749Z (about 2 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.