Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/network-data/oracle-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ deprecated and kept here for historical reference. Existing files remain accessi
| `foundation-iot-ingest` | `IotBeaconIngestReport` | `iot_beacon_ingest_report` | `iot_beacon_ingest_report.<unix_ms_timestamp>.gz` | [`service/poc_lora.proto`<br />(Line 97: `lora_beacon_ingest_report_v1`)](https://github.com/helium/proto/blob/953da03fd03f1f655e7c27328f068fa9654d1954/src/service/poc_lora.proto#L97) |
| `foundation-iot-ingest` | `IotWitnessIngestReport` | `iot_witness_ingest_report` | `iot_witness_ingest_report.<unix_ms_timestamp>.gz` | [`service/poc_lora.proto`<br />(Line 104: `lora_witness_ingest_report_v1`)](https://github.com/helium/proto/blob/953da03fd03f1f655e7c27328f068fa9654d1954/src/service/poc_lora.proto#L104) |
| `foundation-iot-packet-ingest` | `PacketReport` | `packetreport` | `packetreport.<unix_ms_timestamp>.gz` | [`service/packet_router.proto`<br />(Line 8: `packet_router_packet_report_v1`)](https://github.com/helium/proto/blob/953da03fd03f1f655e7c27328f068fa9654d1954/src/service/packet_router.proto#L8) |
| `foundation-iot-packet-ingest` | `PacketRouterLivenessReport` | `packet_router_liveness_report` | `packet_router_liveness_report.<unix_ms_timestamp>.gz` | [`service/packet_router.proto`<br />(Line 8: `packet_router_liveness_report_v1`)](https://github.com/helium/proto/blob/d79cbd9aa9aab8be2abc2964a7622b298e119e1b/src/service/packet_router.proto#L8) |
| `foundation-iot-packet-verifier` | `InvalidPacket` | `invalid_packet` | `invalid_packet.<unix_ms_timestamp>.gz` | [`service/packet_verifier.proto`<br />(Line 13: `invalid_packet`)](https://github.com/helium/proto/blob/953da03fd03f1f655e7c27328f068fa9654d1954/src/service/packet_verifier.proto#L13) |
| `foundation-iot-packet-verifier` | `IotValidPacket` | `iot_valid_packet` | `iot_valid_packet.<unix_ms_timestamp>.gz` | [`service/packet_verifier.proto`<br />(Line 5: `valid_packet`)](https://github.com/helium/proto/blob/953da03fd03f1f655e7c27328f068fa9654d1954/src/service/packet_verifier.proto#L5) |
| `foundation-iot-verified-rewards` | `IotRewardShare` | `iot_reward_share` | `iot_reward_share.<unix_ms_timestamp>.gz` | [`service/poc_lora.proto`<br />(Line 239: `iot_reward_share`)](https://github.com/helium/proto/blob/953da03fd03f1f655e7c27328f068fa9654d1954/src/service/poc_lora.proto#L239) |
Expand Down