poggs/tsdbexplorer

parse_raw_message

Closed this issue · 1 comments

Hi I'm just trying to get my own version of site running as a reference.

I am trying to get ./subscriber.rb to run and have sort of hacked it by connecting to datafeeds.networkrail.co.uk over stomp instead of my own activemq instance.

I noticed the method parse_raw_message expects the TRUST data to be in a format that isn't JSON (I am passing it data from TRAIN_MVT_HF_TOC) - I also noticed that it is not the same website as the one currently running at http://www.opentraintimes.com/ so is the parsing done here for data in a different format?

I also noticed that this repo hasn't been updated in 2 years, but like I say I was attempting to find something I could use as a reference project. Thanks.

Okay I've read http://blog.opentraintimes.com/ and can see there has been a lot of change.