You can now link your PSN account to EDSM.net to log your journeys!

GTA5 for instance, I can work on my cars offline on my tablet and changes take effect in game when I log back in.

It has other features but I use that one the most.

Star Wars Battlefront I can earn credits offline and have them add to my total in game.

I'm sure others have more examples but these are games that I play that have this feature.

Gary
 

stormyuk

Volunteer Moderator
Warframe companion app also lets you do quite a lot, building things in the foundry and deploying extractors actively, you can also checking quite lot of in game stuff from current alerts and such as well as access your entire inventory and check Warframe setups and stats. Its a very good app. That kind of thing would take investment from FDev to pull off.
 
Just connected to EDSM and have the updater running. I receive some emails regarding badges here and there.
I guess it takes a while until everything is updated?
 

stormyuk

Volunteer Moderator
Just connected to EDSM and have the updater running. I receive some emails regarding badges here and there.
I guess it takes a while until everything is updated?

Yeh, just leave the updated running, I find it a bit hit and miss as it doesn't always update but, its much better than nothing.
 
As Elite loads up, EDSM is already running. Also at the end of the end night, I update with Inara as well.

Personally, if they could get more data out of our accounts and onto the Inara (mats etc), then I'd use both. One for tracking flight path, and Inara for mats etc. Either way, both are great and I hope improvements keep coming along!

Gary
 
Back then Assassins Creed Black Flag had some kind of a minigame that shared data with the game and worked on mobile devices. Destiny had a companion app as well. If well done, it can really add to the experience. Also second screen is nice, but unfortunately not many games support that.
 
Apologies as I haven't read through the entire thread but I just created an account with EDSM now. I selected PS4 and put my email and commander name and that's it. No where could I see where I had to choose a password for the account or even link my PSN account for that matter. Any ideas?
 
If it helps it's easier to register and use on a tablet or Laptop than a mobile phone. Each time something happens on your phone the app will stop and you'll have to restart it. Best used on a device that is not in contant use.

Gary
 
I confess... I hoped for something like all jump histories and system visited, routes and first discovered, since account creation... but, this is enough for now
 
Anyone else getting 'The Frontier Auth Service is currently not available, please try again later.' when trying to run the Console Updater?
 
They could be updating their server or doing maintenance. Also, if something is going on with the Frontier Server, it will have effect as well. So it's tied to more place. Patience Young Grasshopper.

Gary
 
Does the webpage do an autorefresh every 60 seconds, which is the trigger for querying the cAPI? If so, what if you manually refresh the page? This might be a reason for console players to "hit F5" every second, LOL.

i'm guessing it makes a request every 60 seconds, doesn't need nor imply a page refresh.

From what I understand from a tweet with EDSM, they are getting the data itself from Frontier. Does this mean the website is basically an authentication mechanism?

and a monitor. it keeps the update process alive by polling: it periodically makes a request to frontier servers to fetch new data and store it in edsm. this could happen transparently serverside but this approach is probably more conservative resource wise. it also provides visual feedback on the updates and a way for you to stop the loop.

If so, then I assume both the website and PS4 has to share the same public IP address, correct? In other words, you can't have the website open on a cell phone while the PS4 is on a "landline" connection, if I am guessing correctly.

nope, that doesn't even make sense :D the website has of course its own address, yours is unrelated, and none of them are relevant in this scenario, i guess it works like this:

login:
- edsm redirects you to frontier auth
- edsm starts polling every 60 secs

polling:
- edsm queries frontier server for your account (you gave permission), gets data
- edsm stores data in its own db

it's really just reading data from frontier and storing it in a database, nothing more. they do not need to impersonate you in any way, nor access any of your devices, just let frontier authenticate you (provided you have authorized edsm as a trusted app to frontier).

note all this is guesswork, i have no insider info, but i guess i'm guessing right! :)
 
login:
- edsm redirects you to frontier auth
- edsm starts polling every 60 secs

polling:
- edsm queries frontier server for your account (you gave permission), gets data
- edsm stores data in its own db

That pretty much would sum it up, also, yesterday the Playstation network was having issues with Games and Social, so this would have affected this as well. Overall, it's a solid and great service, hopefully in the future more data becomes accessible.

I'm a huge supporter of this and will defend it. :D

Gary
 
You can't minimize the Browser window when running the site that will Stop the script completing as modern browsers will not complete the script with out the window open...
It can be run in a tab or secondary window but it will fail if window is Minimized...

If you wish the site to update your profile every 30secs instead of 60 just open a second tab on the site and start the second updater 30 seconds later...
Chrome users of course may not want to do this due to CPU usage required per tab uses...
 
Last edited:
If you wish the site to update your profile every 30secs instead of 60 just open a second tab on the site and start the second updater 30 seconds later...

ahem, actually we should not do this, that's very unpolite. if edsm devs have devised an interval of 60secs it's probably for a reason. you are effectively duplicating server load and traffic per user. ask yourself: do you really need the updates at such frequency? if it's an edge case then i guess it's ok but if all users do this ....

anyway, if this turns problematic it's pretty trivial for edsm devs to get it throttled down but .... why the hassle? :)
 
Last edited:
Back
Top Bottom