Posts by Dagger87

    Glad that my code helped you!!


    Unfortunately the last link that you posted doesn't work :(


    If I can help you in something else of C# let me know

    You need to compile it in Java or Mono (for C#) if you want to run them on linux


    But you can run the python scripts in linux if you want.


    Bear in mind that all the scripts are meant for people with programming knowledge that can create a user interface that make use of them

    You can run the python and the java (after compiling) scripts in Linux if you want.


    The ones in C# I guess you will need Mono.


    The idea with those scripts is to make open source C/NLine testers (or websites) and be sure that nobody is stealing your lines, but for that you need a bit of programming knowledge to make some sort of user interface.
    Hopefully more websites besides testious will start to appear :)

    Hi guys, I created a simple CCCam tester in those 3 languages.


    The code is fairly simple, quite commented and I based it on the code of Oscam and CSP (java)


    In the future I want to expand them and be able to test N lines aswell so we can do it locally so we won't suspect if some program/website is stealing our clines or not


    The problem is that I get the connection success ack correctly in Java but not in C# and Python so in C# and python it's not 100% functional and I don't know where is the problem :(


    I hope that someone can give me a hand with it..
    Source code: https://github.com/gavazquez/CLineTester


    PS: English is not my main language ;)


    - - - Updated - - -


    Nevermind, I just fixed it :)


    Feel free to use the code as much as you want


    - - - Updated - - -


    I made another repository for NLines aswell


    https://github.com/gavazquez/NLineTester


    Currently in Java and c#