Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/McKael/smartcrypto

SmartView2 handshake Golang library for Samsung Smart TV H/J (2014/2015) models
https://github.com/McKael/smartcrypto

go golang library samsung samsung-smart-tv smartview

Last synced: 3 months ago
JSON representation

SmartView2 handshake Golang library for Samsung Smart TV H/J (2014/2015) models

Awesome Lists containing this project

README

        

# smartcrypto

SmartView2 handshake Golang implementation for Samsung Smart TV H/J (2014/2015) models.

[![godoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/McKael/smartcrypto)
[![license](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/McKael/smartcrypto/master/LICENSE)

`smartcrypto` is a [Go](https://golang.org/) implementation of sectroyer's
C/Python handshake [POC](https://github.com/sectroyer/SmartCrypto).

Two versions are available: a version with C code and cgo bindings
(check the [cgo](https://github.com/McKael/smartcrypto/tree/cgo) branch and
a **pure Go** implementation (master branch).