Add JSON to the M17 protocol.

This commit is contained in:
Jonathan Naylor
2022-12-29 15:44:00 +00:00
parent 59eccc16ba
commit 5c12bbb7b0
7 changed files with 269 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009,2014,2015,2021 by Jonathan Naylor, G4KLX
* Copyright (C) 2009,2014,2015,2021,2022 by Jonathan Naylor, G4KLX
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,6 +34,8 @@ public:
static void removeChar(unsigned char * haystack, char needdle);
static std::string createTimestamp();
private:
};