Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed some syntax issues Fixed issue where C++ inferred the wrong namespace Fixed issue where C++ saw a definition as a declaration * Fixed Unnecessary Dereference * GERTi v1.2 - Build 1 Added - GERTi.broadcast Acts like modem.broadcast, but with GERTi Data packets. Connection ID is -1 like with GERTi.send Changed -openSocket now supports supplying only the destination GERT address and connectionID, without the need for the dummy doEvent variable Changed - GERTiMNC now checks if the destination has a different GERTe address before it wastes resources bouncing the packet to GEDS * GERTi v1.2 Build 2 Changed the connection infrastructure to refer to Connection Indexes generated when a connection is formed instead of using the old separate paths and connections tables. This allowed me to simplify 2 3-deep tables into 1 2-deep table. Changed GERTe behavior slightly. The MNC will now check to see if the GERTe address of the destination is different from the GERTe address of the MNC. This should reduce unnecessary Internet traffic. Added "getVersion" which will return a string identifying the GERTi version currently in use. Prepared MNC for supporting more than 3 tiers. * Add major/minor/build return to getVersion() (#57) * Fix major/minor/build return (#58) * Add major/minor/build return to getVersion() * Fix major/minor/build return to be valid Lua * Update GERTiClient.lua * GERTi v1.2 - Build 3 A whole lot of bugfixes from Build 2. Now this will work at least some of the time. Note: Development builds have not run the full gauntlet of stability checking and may not work in all scenarios. Exercise caution and please submit bug reports. * GERTi v1.2 Build 4 Increased the maximum tier of nodes supported from 3 to 900. This means that connections can traverse up to approximately 1,800 nodes before potential unreliabilities are introduced. Final feature build before release * GERTi v1.2-RC1 Release candidate for GERTi v1.2 Fixes all known bugs * GERT v1.2 - Release Released version of GERTi v1.2 and GERTe v1.1, verified stable. * GERTi v1.2 Hotfix 1 Forgot to update the version return
- Loading branch information