sparrell / BlinkyHaHa

Demo code for talk on IoT Safety. Blinky - the "Hello World" of IoT. HaHa - the "Hello World" of OpenC2
MIT License
1 stars 0 forks source link

Application type #1

Open sparrell opened 4 years ago

sparrell commented 4 years ago

current http code uses header content-type of application/json spec (and HII code) uses content-type of application/openc2-cmd+json (or rsp instead of cmd, or cbor instead of json). Need to fix code to use correct headers

Discovered integration testing with HII for SBOM plugfest

sparrell commented 4 years ago

half fixed (is the cmd part) live coding while at HII and verified OIF could then speak to blinky. But still need to do rsp plus uncovered some other header issues documented in a separate issue