Releases: christianrowlands/network-survey-messaging
Releases · christianrowlands/network-survey-messaging
Network Survey Messaging Release 0.4.0
- Added a message schema for 5G New Radio (NR) cellular survey records.
- Added a message schema for Bluetooth survey records.
Network Survey Messaging Release 0.3.0
Added a message schema for holding cellular LTE Over The Air (OTA) RRC messages.
Network Survey Messaging Release 0.2.2
- Added a GNSS Survey message to the API.
Network Survey Messaging Release 0.2.1
- BREAKING CHANGES were made to the JSON output of the protobuf messages.
- Modified timestamps to use RFC3339 (https://tools.ietf.org/html/rfc3339#page-6) date-time format.
Network Survey Messaging Release 0.2.0
- BREAKING CHANGES were made to the JSON output of the protobuf messages.
- Redesigned this messaging API to define the messages in JSON using AsyncAPI.
- Redefined the proto files to following the new JSON message schema.
- Deprecated the original proto definitions.
- Added a Signal Detection and an Energy Detection message to this API.
Network Survey Messaging Release 0.1.3
Added the device_name field to all the wireless proto messages.
Network Survey Messaging Release 0.1.2
- Swapped out the 802.11 service set type from a String to an enum.
Network Survey Messaging Release 0.1.1
- Added a protobuf message for 802.11 beacon frames.
Network Survey Messaging Release 0.1.0
- Switched to the full java version instead of the java lite protobuf implementation