-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# FastRTPSSwift | ||
|
||
A description of this package. | ||
Very basic yet functional wrapper over Eprosima [Fast-DDS](https://github.com/eProsima/Fast-DDS) library. | ||
Support both Apple platforms (see [**FastDDSPrebuild**](https://github.com/DimaRU/FastDDSPrebuild)) and Linux. | ||
|
||
## How To Get Started | ||
|
||
- Add | ||
`.package(url: "https://github.com/DimaRU/FastRTPSSwift", from: "4.0.0")` | ||
to your dependencies. | ||
|
||
## Documentation | ||
|
||
Autogenerated docc documentation [here](https://dimaru.github.io/TestRTPSDoc/documentation/fastrtpsswift/) | ||
|
||
## Examples | ||
|
||
Now used in Trident Cockpit project, see it for examples. | ||
|
||
[https://github.com/DimaRU/TridentCockpit](https://github.com/DimaRU/TridentCockpit) | ||
|
||
## Supplimentary package [CDRCodable](https://github.com/DimaRU/CDRCodable) | ||
|
||
An [OMG Common Data Representation (CDR)](https://www.omg.org/spec/DDS-XTypes/) encoder and decoder for Swift `Codable` types. | ||
|
||
[https://github.com/DimaRU/CDRCodable](https://github.com/DimaRU/CDRCodable) |