Commit graph

17 commits

Author SHA1 Message Date
Garth Vander Houwen
e068e660a5 Delete more keys 2025-02-15 10:06:54 -08:00
Garth Vander Houwen
39a456954b add new routing error messages 2024-09-19 11:51:13 -07:00
Garth Vander Houwen
82e75ac6b5 retry on unknown pub key 2024-09-19 11:20:09 -07:00
Garth Vander Houwen
1853afde73 allow retry of pki failed 2024-09-04 18:13:35 -07:00
Garth Vander Houwen
e44003907c moor retry 2024-08-18 09:09:45 -07:00
Garth Vander Houwen
7d63a21418 Hook retry up to ack errors 2024-08-16 16:26:54 -07:00
Garth Vander Houwen
0ac32df941 Bump versions 2024-08-16 07:55:23 -07:00
Garth Vander Houwen
ce3aacba63 Help! 2024-08-15 16:31:58 -07:00
Garth Vander Houwen
c48f96b2b4 Add unknown pubkey 2024-08-14 15:00:20 -07:00
Garth Vander Houwen
59a104d9e9 ack! 2024-08-14 14:11:08 -07:00
Garth Vander Houwen
7b3553bbf1 Add new error 2024-08-14 10:52:59 -07:00
Blake McAnally
58da532d32 Extract the generated protobufs into its own Swift package
This change modifies the process for generating and integrating the Meshtastic protobufs into the client application.

* The generated Swift code is now in a local SPM package `MeshtasticProtobufs`
* An Xcode Workspace file `Meshtastic.xcworkspace` was created to more easily manage the new build targets.
* The code generation script for the protos was modified to generate the Swift code into the new location.
* The README.md was updated to reflect these changes.

NOTE: After merging this PR, do not open the project file `Meshtastic.xcodeproj`. You must use the workspace `Meshtastic.xcworkspace`

Extracting out the generated protobuf code into its own library enables several opportunities for the project. This is just a first step, but with some more modularization, a standalone Apple Watch app or other targets starts to become a little bit more achievable to implement.

After extracting the protobufs into a Swift package, I validate these changes by building and running the Meshtastic app to an iPhone 15 Pro Max, and tried changing some settings on a local node. I then messaged back and forth using two local nodes connected to two different iOS devices.
2024-06-28 11:11:01 -05:00
Garth Vander Houwen
3b76207247 Improved localization helper for strings 2023-05-05 09:27:24 -07:00
Garth Vander Houwen
05c00aeb20 Lint! 2023-03-06 13:26:04 -08:00
Garth Vander Houwen
fdade220de SwiftLint Whitespace fixes 2023-03-06 10:33:18 -08:00
Garth Vander Houwen
eedbef57fb * More strings
* Add duty cycle error
* Don't log local telemetry in the mesh log
2022-12-13 17:47:23 -08:00
Garth Vander Houwen
dccefee338 ACK errors 2022-08-05 15:58:12 -07:00