IoT 관련된 protocol 중 CBOR 에 대해 알게되었고, swift 로 구현된 것이 있는지 검색해봤으나 아직 decoder 만 구현되어 있는것을 알게 되었다.
지난해 말에 swift3 가 정식으로 릴리즈되었고 부족하지만 올해 짬짬이 swift 로 구현된 CBOR 라이브러리를 개발해볼 예정이다.
- CBOR Encoder
- CBOR Decoder
- swift3
- TDD
-
SwiftCBOR - A CBOR implementation for Swift
CBOR decoder supported. but not support encoder
- Swift.org
- Parser
- lexer & parser in Swift
- Parser Combinator in Swift