Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/McKael/smartcrypto
- Owner: McKael
- License: mit
- Created: 2018-09-28T17:45:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T09:05:10.000Z (over 1 year ago)
- Last Synced: 2024-06-20T16:59:27.088Z (5 months ago)
- Topics: go, golang, library, samsung, samsung-smart-tv, smartview
- Language: Go
- Size: 66.4 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - smartcrypto
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).