1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-31 07:33:38 +00:00

Added new command 'MeshCommand_AgentCommitDate'

This commit is contained in:
Bryan Roe
2021-01-14 12:13:17 -08:00
parent 4e68038fd6
commit 4eb80a4f22
2 changed files with 8 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ typedef enum MeshCommands_Binary
MeshCommand_CoreModule = 10, // New core modules to be used instead of the old one, if empty, remove the core module
MeshCommand_CompressedCoreModule = 20,
MeshCommand_CoreModuleHash = 11, // Request/return the SHA384 hash of the core module
MeshCommand_AgentCommitDate = 30, // Commit Date that the agent was built with
MeshCommand_AgentHash = 12, // Request/return the SHA384 hash of the agent executable
MeshCommand_AgentUpdate = 13, // Indicate the start and end of the mesh agent binary transfer
MeshCommand_AgentUpdateBlock = 14, // Part of the mesh agent sent from the server to the agent, confirmation/flowcontrol from agent to server