These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Project Scout

Author
Leet Man
Alfa Corporation
Fanatic Legion.
#1 - 2016-04-01 01:08:41 UTC
Greetings,

I was waiting for results of crest api challenge to publish fixed version of tool that have beed sent to this challenge.

Main project goal is to provide information about closest (pvp)events to your current location.

After 4th march i had some time to fix and clean main node code. Also there is new interface.
Ready-to-use verion now hosted on eve-probe.com (not working with IGB)

Hope that interface wont req HOWTO.

New web interface runing on patched version of ErlVM so it's not easy to run it from box. There is no public interface sources now. Thinking about rebar releases. SOV table is realy heavy right now.

Sources:

Challenge version - simple web app. some of stuff done by weird ways.

Current version:
!! WARNING: None of this stuf is documentated right now !!

scout_core
core of project. 
Capable of:
*  collecting sov information and killmails
*  creation and routing messages
*  crest communications:
     * set destination
     * set waypoint
     * tracking


crest-erl
Simple interface for CREST API on erlang. 
For public crest there is cache with deep requests support(use this carefull).


Thanks for CCP for this challenge,

P.S. It's compact information about project, i'll update start post based on reaction.

P.P.S.
If service cant get your location for a long time, probably there are alot of 3rd party keys for your character (i had ~150 once).
Diego DelTorros
Dire Wolf Armoury
#2 - 2016-04-06 06:08:16 UTC
I love clean bootstrapped sites :) Btw. I think your url linking might be broken, it didn't open anything for me upon clicking. Had to open new tab and type in url manually. Might break for you some analytics.

http://eve-trader.net - small web application for industrialist. Calculate your profits on blueprints in real time.

Leet Man
Alfa Corporation
Fanatic Legion.
#3 - 2016-04-07 13:13:27 UTC
Diego DelTorros wrote:

Btw. I think your url linking might be broken, it didn't open anything for me upon clicking.

Fixed