|
|
|
@ -126,7 +126,8 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks { |
|
|
|
void storePost(const mesh::Identity& author, const char* postData); |
|
|
|
void pushPostToClient(ClientInfo* client, PostInfo& post); |
|
|
|
void pushTopicToClient(ClientInfo* client); |
|
|
|
void pushPostInternal(ClientInfo* client, uint32_t timestamp, const mesh::Identity& author, const char* text); |
|
|
|
void pushPostInternal(ClientInfo* client, uint32_t timestamp, const mesh::Identity& author, |
|
|
|
const char* text); |
|
|
|
uint8_t getUnsyncedCount(ClientInfo* client); |
|
|
|
bool processAck(const uint8_t *data); |
|
|
|
mesh::Packet* createSelfAdvert(); |
|
|
|
|