Jump to content


Photo

Blindscan for all models


  • Please log in to reply
267 replies to this topic

Re: Blindscan for all models #61 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 17 January 2015 - 19:24

I do not want to see the modulation type with the analyzer... al I want to get is a frequency (and an indication of the symbol rate) to finally tunein...

It would be nice to have a way to get a cheap spectrum analyzer on E2 with help from a blindscan tuner... But we cannot make it as we depend on the box manufacturers for a binary or (better) driver support... (and also for blindscan as it is now I would prefer driver support based on some kind of standard...  A spectrum analyzer feature is a nice to have in addition... (I think more usefull than blandscan is today).


Edited by littlesat, 17 January 2015 - 19:25.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Blindscan for all models #62 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 17 January 2015 - 19:31

@Huevos, @OpenPLi

 

Do you know if the blindscan binaries make use something like "ioctl" that is easy to reveal data using strace?

 

Or maybe we can use something like LD_PRELOAD to "steal" the data passed to receiver?

 

Then it might be possible to write a "free" blindscan binary or better to integrate directly on enigma2!

 

Or they might using encryption+ptrace detection etc etc to stop people from learning blindscan secrets...?


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Blindscan for all models #63 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 17 January 2015 - 19:40

That might indeed be possible.... but you need to perform a lot of reversed engineering... And in E2 you need a lot of if box X use io adresses A, when box Y use io adresses B etc... which is something you do not want...

To make this in a structered way you need to have them in the drivers.... controllable via e.g. procs... and then hopefully the same protocol is used between different boxes.... (but this might be an utopy)


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Blindscan for all models #64 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 17 January 2015 - 20:12

With strace you might be able to reverse engineer the i2c commands (because that's the way it works, it completely bypasses enigma2, the linux kernel+dvb api AND the drivers).

 

I guess the i2c commands will actually be the same for the same tuner (on different manufacturer's receivers) but you'd still have to find out on what bus each tuner is, there may be even more than 1 tuner on each bus. Some manufacturers make it easy (see /proc/bus/nim_slots), other (like VU+) are very secretive about it.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #65 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 5 February 2015 - 18:33

Thanks Huevos, I will take care of it. May take a while though before it's finished.

It only has the py file...


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #66 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 6 February 2015 - 14:40

Erik, what else did you want?



Re: Blindscan for all models #67 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 6 February 2015 - 14:58

The blindscan plugin we offer is in the 3rd party plugins, I realised only a few days ago. There is not yet a repository for it. So we need a complete e2openplugins implementation I'm afraid. The last time I tried to do so for someone, it cost me a whole lot of time to get it working, I am not really familiair with building of plugins... So I kindly ask for a complete repo-ready set of files (including Makefile.ac etc.).


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #68 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 10 February 2015 - 15:30

The blindscan plugin we offer is in the 3rd party plugins, I realised only a few days ago. There is not yet a repository for it. So we need a complete e2openplugins implementation I'm afraid. The last time I tried to do so for someone, it cost me a whole lot of time to get it working, I am not really familiair with building of plugins... So I kindly ask for a complete repo-ready set of files (including Makefile.ac etc.).

Erik, can't you just clone the OE-A example and use the plugin.py file I posted.



Re: Blindscan for all models #69 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 10 February 2015 - 15:57

I'll have a look.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #70 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 10 February 2015 - 20:22

https://github.com/o...e/2.3/Blindscan



Re: Blindscan for all models #71 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 11 February 2015 - 14:21

Thx!


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #72 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 22 February 2015 - 13:47

Wow, it's in. I can't guarantee it will work properly in our environment...

 

It had quite a bit of "feet in the earth" as we say here to get it included, mostly due to my inexperience in this area.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #73 ims

  • PLi® Core member
  • 13,625 posts

+212
Excellent

Posted 22 February 2015 - 23:59

boxbranding is not in Pli

from boxbranding import getBoxType, getImageVersion, getImageBuild, getBrandOEM

Kdo nic nedělá, nic nezkazí!

Re: Blindscan for all models #74 littlesat

  • PLi® Core member
  • 56,275 posts

+691
Excellent

Posted 23 February 2015 - 00:09

boxbranding sucks.... it should go in fact not on brand but on feature...;)


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Blindscan for all models #75 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 23 February 2015 - 00:42

That is because Erik hasn't used the PY from this thread. The PY in this thread works fine in OpenPLi. Dima did the mod for OpenPLi.

Attached Files


Edited by Huevos, 23 February 2015 - 00:47.


Re: Blindscan for all models #76 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 23 February 2015 - 10:11

Yeah I screwed up finally, I totally forgot about this separate python file :ph34r:

 

I will apply it, thx.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #77 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 23 February 2015 - 11:32

Erik can you post a link please.



Re: Blindscan for all models #78 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 23 February 2015 - 12:04

This should be fixed now, thanks Huevos and dimitrij!


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #79 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 23 February 2015 - 12:04

Erik can you post a link please.

What do you mean, a link to what?


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Blindscan for all models #80 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 23 February 2015 - 12:42

To the finished commit location. :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users