Join ABADSS Now

ABA DSS - Free to Air Satellite TV Community > General FTA Help > Receiver Files & Help > NeuSat > Neusat SP 6000 Help » nuesat is not dead yet..source code

Registration is FAST, PRIVATE, and SECURE. Join our community today!

Download Our Free Toolbar

Register Now for FREE!
Our records show you have not yet registered to our forums. To sign up for your FREE account INSTANTLY fill out the form below!

Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
 
Image Verification
Please enter the six letters or digits that appear in the image opposite.

  I agree to forum rules 

Reply
Old August 13th, 2008   #1 (permalink)
Knows FTA
 
medamotcha's Avatar
 

Join Date: Jan 2008
Location: the worlds most famous beach
Posts: 114
Credits: 51.30
Thanks: 5
Thanked 19 Times in 15 Posts
nuesat is not dead yet..source code

neosat has releast a small piece of source code for all nuesats....but
it a start neosat dose not want to support nuesat boxes (as we know)but neosat has releast a starting releas code..witch defeats one emm..if you know how to code..here you go...but now you have to compile all the codes together...to make a source code....thair a 2 coders that is stepping up to the plate..and wants to code for the nuesat boxes...neosat has agread to releast the source codes.to the two coders
we might start seeing bins soon (maby) depends on if the guys can code the ecm's...thair a lot of work..to do...one coder right now has a working bin..but still testing....this update came from the neosat site...we have never gave up on the dead nuesat...just hang on nuesat might just rise
from the grave...cross your fingers...but thair two ways we are trying
one coder has bins testing....neo agread to release a something like a card share bin for an iks...we have not made one yet ...but just getting the info...now as we speak....coders on ABA DSS...you want to give this a shot...feel free....more help the better...maby nuesat will rise deffanly
Where to start
Here is a start for anyone wanting to help

here is a couple of files to get you started

there is alot more to it then this as you know

saving keys and 9f data and so on.

such as


Code:
if(!start_flag) { ENA_Print(("[NA2] get 9f data\n")); KAM_ReadChunkNagra(0, mecm_dish_40, 0x100); KAM_ReadChunkNagra(1, mecm_dish_60, 0x100); KAM_ReadChunkNagra(2, mecm_bell_40, 0x100); KAM_ReadChunkNagra(3, mecm_bell_60, 0x100); start_flag = 1; } if(!flag_9f) { ENA_Print(("[NA2] set 9f data\n")); KAM_GetKeyNagra2(0x60, 0, mecm_dish_40_key, &row_num); KAM_GetKeyNagra2(0x61, 0, mecm_dish_60_key, &row_num); KAM_GetKeyNagra2(0x62, 0, mecm_bell_40_key, &row_num); KAM_GetKeyNagra2(0x63, 0, mecm_bell_60_key, &row_num); set_9f_data(mecm_dish_40, 0); set_9f_data(mecm_dish_60, 1); set_9f_data(mecm_bell_40, 2); set_9f_data(mecm_bell_60, 3); set_9f_data(mecm_dish_40_key, 4); set_9f_data(mecm_dish_60_key, 5); set_9f_data(mecm_bell_40_key, 6); set_9f_data(mecm_bell_60_key, 7); flag_9f = 1; }
that is for ipo2k

i will take care of that portion for you.
be it the 2k, 1k, or neosat lites, neusat pre, neusat lite or neusat hd.

if done properly one code will almost do all, depending on speed of your code

the ipro 2k is the only one fast enough to do card emulation of all these irds

but shortcuts can be taken there.

we can compile c and c++, but to make sure do it all in c only.

i will compile the bins for you. and give them back to you. what you do whith them from there is your business. you can release them or keep for yourself.

that way if you release it, you get the credit for it.

so here is your starting point.

also for now you will have to hardcode the 9f data and 106 keys for the 1ks and lites. as they are not saving that as of now.
Quote:
// processor.c

// on ecm send op_key thru dw and return cw thru same

int Nagra2_Ecm(unsigned char *ecm, unsigned char *dw) {
if(true)return 1;
else return 0;
}

int Nagra2_Emm(unsigned char *emm, unsigned char *key) {
// for emms return type of data
// return 9f;
// return 01; for opkey 0
// return 10; for opkey 1
// return 11; if has both keys

//key is 0x20 bytes first 10 for key0
// for 9f data or 106 keys just return decrypted emm data on emm

}

good luck guys...ill be back for more info as i get it
medamotcha is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Related Content   #1.5
ABAdss Site Sponsors
 
 
Posts: lots
Bot is online  
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Search ABAdss
Find Top Dealers
What's New
Site Sponsors
Forum Stats
Translate ABADSS
Hot Deals
Tag Cloud
All times are GMT -4. The time now is 12:16 AM.

FTA Files

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0

vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
Copyright by ABADSS SystemAd Management by RedTyger


Vote for us at these links!

Enter DSS Top 33 and Vote for this site !!!  FTA Top List -- The Best Free to Air Sites on the Net!


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450