I didn't notice any change. What's different?
They added "seconds" to the file name:
Was: netLog.1512152009.01.log
Now: netLog.151215200922.01.log
This now has a format of:
netLog.YYmmddHHMMSS.01.log
I didn't notice any change. What's different?
They added "seconds" to the file name:
Was: netLog.1512152009.01.log
Now: netLog.151215200922.01.log
This now has a format of:
netLog.YYmmddHHMMSS.01.log
General.Fussypants. Superb that you had your thread moved to here. Hopefully it gets the attention it deserves. EDMC has already added EDProxy support ;-)
I noticed that your companion thread "[App] AndDiscovered - Android exploration tracking tool modeled after EDDiscovery" has not been moved (yet). Perhaps something to consider because I think it would be a perfect fit for this subforum...
Also you have two EDCodex entrries: EDProxy and AndDisovered. For the first you used the "claim ownership" button, its now on your name and you have updated it. Last update is of Sep 24, 2015. It would be great if you could update that entry. The second EDCodex is not on your name. I'm hoping you claim ownership for that as well. Alternatively, just send a PM with the emailaddress you used for registering EDCodex (verifying identity) and I will put the entry on your name. The requests are not because biobob or myself are lazy but its just impossible to keep track of every entry and/or keep things updated.
Getting the "Generic" error when attempting to start the proxy. Sending the logs your way!
So, let's assume I have an app I want on my laptop that needs the logs files... what is the procedure to tell said app (I actually have 2 of them) how to see the logs from the laptop since they want a path.
Edproxy needs to be understood by the receiving app. That means the app you want to use must understand the API for Edproxy.
If you have a couple apps that do not understand the Edproxy API but instead read the netLog file directory then you can do a couple of things. You can make a network share from the ED netlog path, and then map a drive to that on your laptop. The other possibility is to use something like Google Drive, or Dropbox. You would need to move the ED netLog folder over to the cloud drive and then create a symbolic link ('ls -sf' for mac, and 'mklink /j' for windows) to that directory. Either of these methods will give access to the netLog files. You then have to be able to point the app on the laptop to the netLog directory.
I'm stuck on synchronizing after the update!! Any workaround?
I would like to give special thanks to CMDR Bam and CMDR Myshka for beta testing the Windows versions for me!
Version 2.2.0
- Edproxy now downloads the EDSM database.
* Distance information will now be added into the System event. (up to 25 entries)
* You may retrieve distances between two systems using the "GetDistances" API. This API is an array so you may ask for multiple at a time.
- Fixed parsing error with the netLog. "System" netLog lines are being concatenated with their previous line.
- Edproxy now supports "SendKeys" on Windows only (sorry Mac folks).
* The keys will be sent out via DirectX key events. They will be broadcast to the PC and not just to Elite. Thus whatever application is in the foreground will receive the key event.