Release ED-Intelligent Boardcomputer Extension

"uploaderID": "Xurple" had uploaded constantly in gatewaytimestamp 0130hrs.
"systemName": "Omicron Gruis", "stationName": "Verrier Terminal"
"softwareVersion": "v1.84_0.18", "softwareName": "RegulatedNoise__DJ"
Huge loads of spam

Any idea if that was a user error, or bug in RegulatedNoise?

Are there any mechanism to prevent RegulatedNoise to exporting same data over and over again, like boolean flag for commodity that it has been exported already?
 
Hey Duke, a request from the coder we have that maintain our own version of this program. Would it be possible to clean up the code a bit so merging becomes easier?
Aparantly it's quite hard to merge.

This is what he says.

"The problem with Regulated Noise is, that it is one big Winform cluster that now is to big to seperate into logical modules. If somebody really wants to, they could try doing it..."

I will talk to him. Basically a good idea...

"uploaderID": "Xurple" had uploaded constantly in gatewaytimestamp 0130hrs.
"systemName": "Omicron Gruis", "stationName": "Verrier Terminal"
"softwareVersion": "v1.84_0.18", "softwareName": "RegulatedNoise__DJ"
Huge loads of spam

Any idea if that was a user error, or bug in RegulatedNoise?

Are there any mechanism to prevent RegulatedNoise to exporting same data over and over again, like boolean flag for commodity that it has been exported already?


What kind of "spam" ?
Are you sure that it was really "exactly" the same data or did he scan the same prices a few times (maybe for calibration purposes) ?
 

https://github.com/Duke-Jones/RegulatedNoise/issues/33


having a problem with system data ,,, i have it set to auto , when i go to a system or station , so the window auto changes ,,, im at system Q1 Eridani station Windt Terminal ,, i have parshal data in system left panel,, but nothing in station data , i hit add station , it says already in list ,, but nothing shows , and i can't edit it... also state drop down dose not have Boom in its list

Please send me your "*_own.json" from the data subdir.
I assume there's something wrong
 
Last edited:
A.E.R. Interface

Ive mentioned this before , but I finding A.E.R. Interface by SingularTier (CMDR Tei Lin) https://github.com/SingularTier/AerSpeech/releases interesting, the EDDB Queries are helpful now, and 1.4 is coming

Want to know closest black market to you, in your current system , ask AER

I'm not currently trading but in a Feige 22 RES bounty hunting the Type 6 is docked a Witchhaul. And getting bounties for different Factions/Governments means having to travel to those systems to cash in
With the A.E.R. Interface I'm able to find closest one to my current system.

For explorers and those who update RN System Data information for themselves &/or to export to EDDB , the A.E.R. Interface is a good way to check , at the moment you have to manually update the A.E.R. Interface EDDB .jons, http://eddb.io/api but the next version may do this automatically

You can change the name to start the interface just search for " Hey AER" in default xml and change Hey " to whatever you want "


I think A.E.R. Interface has a lot of potential when used in conjunction with RN

[video=youtube;9Wdi7uVZ87U]https://www.youtube.com/watch?v=9Wdi7uVZ87U&feature=youtu.be[/video]
 
Last edited:
I am playing from time to time on a laptop with 1366x768 resolution.
I have managed to use RegulatedNoise OCR with highres snapshot (alt F10) to reach 100% accuracy

I am using ImageMagick with the following parameters: convert highres.bmp -filter catrom -unsharp 0x6+0.5+0 -resize 2532 resized.bmp
The cutoff value in RN (DJ) is 153.

I have looked into the source code of RegulatedNoise (DJ) and the transformations it uses: makeGreyScale, MakeBrighter, Contrast, Invert.

I would be inclined to think that doing a color remapping (-remap operator in imageMagick) of the aliased colors into colors with a higher contrast, we could increase the reliability of the OCR even at lower resolutions.

Thanks again for the tool.
 
new version is out

Code:
1.84_0.20_2

    fixed: crash on first start while searching for ED-paths
    fixed: designtime-crash
    added latest EDDB data files

1.84_0.20_1

    fix warn level edit view (zericco)
    remove initialization logic from Form1 (zericco)
    introduce ApplicationContext (zericco)
    corrected readonly-behaviour of stations-dropdown (system tab)



I am playing from time to time on a laptop with 1366x768 resolution.
I have managed to use RegulatedNoise OCR with highres snapshot (alt F10) to reach 100% accuracy

I am using ImageMagick with the following parameters: convert highres.bmp -filter catrom -unsharp 0x6+0.5+0 -resize 2532 resized.bmp
The cutoff value in RN (DJ) is 153.

I have looked into the source code of RegulatedNoise (DJ) and the transformations it uses: makeGreyScale, MakeBrighter, Contrast, Invert.

I would be inclined to think that doing a color remapping (-remap operator in imageMagick) of the aliased colors into colors with a higher contrast, we could increase the reliability of the OCR even at lower resolutions.

Thanks again for the tool.

There might be some optimization possibilities but the filtering
you described is not done by RN (rn uses the filter preset "1")
RN do follwing:

- set all colors with a brighness less than the cutoff level to black
- set all colors != black to white
- invert bitmap

simple and effective (and sure not the optimum ;) )

the resulting contrast you can see in the "\Brainerous\Images" subdir
or if you start the filter test for the "UI Color Cutoff Level"
 
"uploaderID": "Xurple" had uploaded constantly in gatewaytimestamp 0130hrs.
"systemName": "Omicron Gruis", "stationName": "Verrier Terminal"
"softwareVersion": "v1.84_0.18", "softwareName": "RegulatedNoise__DJ"
Huge loads of spam

Any idea if that was a user error, or bug in RegulatedNoise?

Are there any mechanism to prevent RegulatedNoise to exporting same data over and over again, like boolean flag for commodity that it has been exported already?

I was told earlier today that I was also doing this to everyone listening to EDDN: spamming an OCR from Nu for over an hour. Restarting didn't fix the issue, it only stopped after the application reported a fatal error well after the initial import.

https://www.dropbox.com/s/9t2wx186qv357xq/RegulatedNoiseDump.dmp?dl=0
 
I will have a look on this this evening.
Would it be possible to get a log of a few of the relevant messages ?
 
Guys I need a bit of help. Installation, running and listening to EDDN is just fine. But when I try to OCR (naturally after calibration) the program crashes with fatal error.
Yes, I have both MS redistribute (64 bit and X86) installed and my NOD32 anit-virus disabled. I also read about a possibly missing file, but I have it in the directory where it should be.

Thanks in advance!
 
Guys I need a bit of help. Installation, running and listening to EDDN is just fine. But when I try to OCR (naturally after calibration) the program crashes with fatal error.
Yes, I have both MS redistribute (64 bit and X86) installed and my NOD32 anit-virus disabled. I also read about a possibly missing file, but I have it in the directory where it should be.

Thanks in advance!

I have NOD32 anit-virus and have no issues , just to let you know , had an OCR problem it was my screen resolution using DSR (Dynamic Super Resolution)
If there is a dump file label it and zip it up and sent it too https://github.com/Duke-Jones/RegulatedNoise/issues ,
 
Last edited:
Thanks a lot!
Indeed I also had the DSR function but it made already the OCR calibration crash. So I set back the in-game resolution to the standard. Calibration finished successfully, but once I scan something in game, RN crashes immediately with fatal error. I will upload the dump file shortly.
 
Hi OP

Downloaded - will take a look but not really sure what I am doing .. is there a FAQ ? (Yeah I know - noob sauce wins again)

AER reads EDDB gives me ideas of RN been voice controlled ...:D

"stop talking" - at least it listens :D

Watch, btw, Ex Machina .. awesome film!
 
I have NOD32 anit-virus and have no issues , just to let you know , had an OCR problem it was my screen resolution using DSR (Dynamic Super Resolution)
If there is a dump file label it and zip it up and sent it too https://github.com/Duke-Jones/RegulatedNoise/issues ,

I also tried the nn_traing.exe output into info.txt. It generated entries. Besides ./Images/XYZ.png entries I have to strange messages: "Failed to pad successfully!". This appears three times in the file, if it does make sense...
Link to the dump file:
https://onedrive.live.com/redir?res...5285&authkey=!AHY8TZfVs6HNCLs&ithint=file,zip

Thanks in advance,
 
Thanks a lot!
Indeed I also had the DSR function but it made already the OCR calibration crash. So I set back the in-game resolution to the standard. Calibration finished successfully, but once I scan something in game, RN crashes immediately with fatal error. I will upload the dump file shortly.


In the old thread near the end ( I think ) is where my DSR problems where mentioned
 
Hi OP

Downloaded - will take a look but not really sure what I am doing .. is there a FAQ ? (Yeah I know - noob sauce wins again)



"stop talking" - at least it listens :D

Watch, btw, Ex Machina .. awesome film!


Duke, got a lot or work cut out for him the help files are a bit thin, but any issues post away here

And AER is awesome , is can tell you landing pad info , how cools that https://github.com/SingularTier/AerSpeech/releases and here http://aer-interface.com/

- - - Updated - - -

I also tried the nn_traing.exe output into info.txt. It generated entries. Besides ./Images/XYZ.png entries I have to strange messages: "Failed to pad successfully!". This appears three times in the file, if it does make sense...
Link to the dump file:
https://onedrive.live.com/redir?res...5285&authkey=!AHY8TZfVs6HNCLs&ithint=file,zip

Thanks in advance,


If you can help out Duke by uploading your ( remember to rename zip to the problem) dump files to https://github.com/Duke-Jones/RegulatedNoise/issues , otherwise it can get lost in the thread
 
Last edited:
Duke, got a lot or work cut out for him the help files are a bit thin, but any issues post away here

And AER is awesome , is can tell you landing pad info , how cools that https://github.com/SingularTier/AerSpeech/releases and here http://aer-interface.com/

- - - Updated - - -




If you can help out Duke by uploading your ( remember to rename zip to the problem) dump files to https://github.com/Duke-Jones/RegulatedNoise/issues , otherwise it can get lost in the thread

Thanks, Done!
 
Im having a problem with "RegulatedNoise_v1.84_DukeJ_021".
The commanders Log no long tracks the changes in ship location.
It finds the current location at startup, but it never changes.
RegulatedNoise_v1.84_DukeJ_020 works ok.
 
Back
Top Bottom