https://github.com/gavazquez/clinetester
Scripts for testing if a Cline works or not. Currently in C#, Python and Java
https://github.com/gavazquez/clinetester
camd cardsharing cccam cline csharp java protocol python script tester testing
Last synced: about 2 months ago
JSON representation
Scripts for testing if a Cline works or not. Currently in C#, Python and Java
- Host: GitHub
- URL: https://github.com/gavazquez/clinetester
- Owner: gavazquez
- License: gpl-3.0
- Created: 2016-03-03T16:39:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T21:08:11.000Z (over 4 years ago)
- Last Synced: 2023-10-20T00:28:09.279Z (over 1 year ago)
- Topics: camd, cardsharing, cccam, cline, csharp, java, protocol, python, script, tester, testing
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 39
- Watchers: 11
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
---
# CLine tester scripts
*Also called Cline, CCcline, CCcam and Camd*Scripts for testing that a Cline works or not. Currently in Java, C# and Python.
I made them as some people host line-testing websites and reject to share their source code.
With those scripts you can program your own testing website/software and be sure that **nobody steals your lines** :)#### Check this repository for a Nline (newcamd) tester: https://github.com/gavazquez/NLineTester
Please, share your code!!!!
---
Links that helped me to do it:
1- Some unfinished script in PHP:
http://pastebin.com/apdmS1Be
mirror: http://pastebin.com/JByfivxH
2- The code of Oscam
https://github.com/gfto/oscam/blob/253d099e7581e186432acea2b509bebd9daeffce/module-cccam.c
3- Code of NewBox
https://github.com/javilonas/NewBox/blob/master/cli-cccam.c
4- Code of Twinprot
https://github.com/TELE-SHARE/Twinprot
5- Code of CSP
http://www.infosat.org/forum/viewtopic.php?id=13 and https://code.google.com/archive/p/3color/source/default/source
mirror code: https://drive.google.com/open?id=0B86c-awTf5xFQUlycG1nX2xmWXM---