PDA

View Full Version : Newcs 1.60beta and all old versions


tonytr
08-03-2008, 00:31
newcs 1.50 (http://www.skystar.org/redirect.php?dlid=1333&ENGINEsessID=0d40449352c559fa436af6e4d5cb4751)
v.1.50
Fix to reconize newest NDS cards.
Added more functions to the WEB-console.
Fixed stats functions on WEB-console.
First betatest of Chameleon P2P-network (look at pt.1).
First release of Feynman opensource client-server protocol (look at pt.2).
Updated ezxml to latest version, it IS more sensitive for errors in xml (use a xml validator if needed).
Removed WEB-console from win32 (win32 is a limited version, without feynman, chameleon and web-console).
The Axis Eltrax SDK is sadly broken, support for this Arch will hopefully be back in the next release.

and
1.-- Chameleon - the newcs P2P ------- --- -- - - -

Here we will _try_ to make a little introduction on how the P2P network works.
You have to start by creating your own self-signed Certificate, this can be done with this command on a machine that has openssl installed:
openssl req -new -x509 -nodes -out newcs.pem -keyout newcs.pem
or you can create a certificate on a online site, there is some that creates self-signed certificates.
The connection from newcs<->newcs is encrypted with SSL.

After creating the certificate, place it somewhere and make sure the path in the <certificate> tag in the global section reflects that.
Go through the <chameleon> section, and set your port, create users if you need incomming connections, peers if you need outgoing connections.
If you want incomming connections, the tcp-port specified needs to be open in your router (NAT or similar).

When the server is started, it will generate a random 2byte hex serverID - this will be the ID of your server for this session, the other servers
in the network will locate you based on this ID _only_. Only your peers know your details, _noone_ else on the network know your details -to 3rd parties
the network is completely anonymous.

Clients have to connect to Chameleon through the Feynman server in NewCS, through here the client will send ECM to Chameleon. Chameleon will then
broadcast a ECM to all serverID's in the network that has this CAID/Provider, all that can, answer with a valid dcw. The 3 fastest replies will
be remembered, and Chameleon will continue now to send _only_ to the fastest replier. Chameleon will try to keep a timeing to the next fastest server
so it can switch when another one is faster.
For the moment, Mgcamd 1.2x can also get the chameleon cards through newcamd protocol IF the user it use to login has <cardlevel> set to 1.

If a client send more then 10 requests for a sid, and dont get a valid dcw - this client is blocked on this sid for another 100 requests to prevent
broadcast spamming.


2.-- Feynman Protocol ------- --- -- - - -

Feynman is a protocol written by us, it can handle multiple cards over one port, EMM, ECM - handle SIDS on both sides. It provides simple functions, so
client and server developers can think about other important stuff :)
We hope that this will be the new "standard" in the sat hobby - like newcamd has been in the past few years :)
Newcamd has been a great protocol, but it has its limitations - and we hope to phase out newcamd (and radegast) in the next major version of NewCS.

Would be nice if someone could make a sourceforge project, or some other opensource project site.
PLEASE, we give this as opensource, please keep it that way :)
Feedback is appriciated, hope someone will take this as a project to improve and nurse :)


all newcs versions:
http://www.skystar.org/arsiv/index.php?dir=cardsharing/newcs/

mass
12-03-2008, 10:45
thanks dear tony

keep it up.......

asd444
14-03-2008, 10:19
thanks dear

softbal10
15-03-2008, 09:00
thanks, perfect sharing;)

ezou
30-03-2008, 17:30
thanks for all this soft

tonytr
20-05-2008, 09:57
v.1.60 *beta*
Fixed ECM/EMM Cache, should now be OK again. (strange noone noticed this one long time ago?!)
Added support for DM800 Sci. (needs more testing though..)
Completely rewritten Chameleon, now called Chameleon2.
Removed support for the Feynman protocol as its wasnt a success, and we dont have time to maintain it.
Fixed bug to address comports higher then com9 on win32.
Fixed EMM bug on irdeto.
Fixed bug where user would be disabled when changing the users through WEB-console.
Added provider 0106 and 0907 in nagra2.
Added support for the QNAP NAS's.
Added support for the Freetz routers.
Now using Kamikaze env. for compiling OpenWRT binaries.
Fixed -march=i386 on i686, should now be i386 compatible.
Added boxdetect for more platforms. If your box isnt detected ok, please post your /proc/cpuinfo.
Fixed WEB-console on win32, added it on all archs.
Added backup of configfile before writing to it. (/tmp for linux, and C:\temp for win32)
+++ maaany other bugfixes and cosmetic fixes.

newcs 1.60 download (http://www.skystar.org/redirect.php?dlid=2641&ENGINEsessID=43828d51660761e540287987a02ec28f)