Elias Stassinos Posted April 12, 2020 at 11:00 AM Posted April 12, 2020 at 11:00 AM (edited) Hi All! In my occasional twitch streams with ES i want to be able to show an arrival / departure board I was used to a free online arrivals/departures board (RealtimeNG) that seems to have gotten offline. Yesterday while i was playing old style retro games , i thought it would be nice to create an board myself in rerto MSDOS style. Well, here it is: VATBOARD CONSOLE APP VERSION Information : VATBOARD Console version Github: https://github.com/e4rthdog/VatBoard WEB VERSION Information : VATBOARD WEB version Github: https://github.com/e4rthdog/VatBoard.Web WEB VERSION: Here how Console version looks: Edited April 18, 2020 at 02:40 PM by Elias Stassinos 3 __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Chriss Klosowski Posted April 12, 2020 at 11:25 AM Posted April 12, 2020 at 11:25 AM Great additio! I used to use the RealTimeNG for my streams, does anybody happen to know the developer of that website to possibly get it back and running again? 1 CHRISS KLOSOWSKIDivision Director, VATSIM Middle East & North Africa VATSIM Network Senior Supervisor, Team 5 [email protected] http://vatsim.me/ Link to comment Share on other sites More sharing options...
Johnny Coughlan Posted April 13, 2020 at 02:42 PM Posted April 13, 2020 at 02:42 PM Any way of making one like RealtimeNG? Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 13, 2020 at 04:05 PM Author Posted April 13, 2020 at 04:05 PM (edited) 1 hour ago, Johnny Coughlan said: Any way of making one like RealtimeNG? I wanted to make something in one afternoon to tell you the truth,, To make it like RealtimeNG would mean a lot of dedication to frontend which requires time that i dont currently have unfortuantely.. For a pure frontend guy would be a blast and very easy to do it.. Other than that, who knows maybe i will have time to scratch on my javascript skills 🙂 BTW do you happen to have a screenshot of RealtimeNG when it was working? Edited April 13, 2020 at 04:05 PM by Elias Stassinos __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Johnny Coughlan Posted April 13, 2020 at 04:58 PM Posted April 13, 2020 at 04:58 PM (edited) 53 minutes ago, Elias Stassinos said: I wanted to make something in one afternoon to tell you the truth,, To make it like RealtimeNG would mean a lot of dedication to frontend which requires time that i dont currently have unfortuantely.. For a pure frontend guy would be a blast and very easy to do it.. Other than that, who knows maybe i will have time to scratch on my javascript skills 🙂 BTW do you happen to have a screenshot of RealtimeNG when it was working? Totally understand, I used it for my streams too, this is a screengrab from one of the streams, disregard the 'Zulu time' and 'Flight board' text, that was added by me(overlay for the stream) It alternated from Arrivals to departures(top left) with the white bar telling you which was being displayed. Edited April 13, 2020 at 04:59 PM by Johnny Coughlan Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 13, 2020 at 05:41 PM Author Posted April 13, 2020 at 05:41 PM 41 minutes ago, Johnny Coughlan said: Totally understand, I used it for my streams too, this is a screengrab from one of the streams, disregard the 'Zulu time' and 'Flight board' text, that was added by me(overlay for the stream) It alternated from Arrivals to departures(top left) with the white bar telling you which was being displayed. R u by any chance SquawkModeCharlie in twitch? 🙂 Thanks for the screen. Time is ETA? __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Johnny Coughlan Posted April 13, 2020 at 06:42 PM Posted April 13, 2020 at 06:42 PM 59 minutes ago, Elias Stassinos said: R u by any chance SquawkModeCharlie in twitch? 🙂 Thanks for the screen. Time is ETA? I am😁, Yeah, the time is their ETA of arrival. Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 14, 2020 at 06:06 AM Author Posted April 14, 2020 at 06:06 AM 11 hours ago, Johnny Coughlan said: I am😁, Yeah, the time is their ETA of arrival. You hooked me now 🙂 So i started a small project to bring that to web page and be as simple as it can get..Will keep you posted. __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Johnny Coughlan Posted April 14, 2020 at 07:01 AM Posted April 14, 2020 at 07:01 AM 55 minutes ago, Elias Stassinos said: You hooked me now 🙂 So i started a small project to bring that to web page and be as simple as it can get..Will keep you posted. Cheers bud, really appreciate it! Link to comment Share on other sites More sharing options...
Christian Kovanen Posted April 14, 2020 at 07:15 PM Posted April 14, 2020 at 07:15 PM I actually made something like this a while ago but lost interrest and abandoned it. This is some random footage of it that i found Christian KovanenDirector of VATSIM Scandinavia Membership Audit Team Lead Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 15, 2020 at 05:50 AM Author Posted April 15, 2020 at 05:50 AM 10 hours ago, Christian Kovanen said: I actually made something like this a while ago but lost interrest and abandoned it. This is some random footage of it that i found Do you remember how do you calculate ETA based on vatsim data file? __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Christian Kovanen Posted April 15, 2020 at 05:56 AM Posted April 15, 2020 at 05:56 AM 4 minutes ago, Elias Stassinos said: Do you remember how do you calculate ETA based on vatsim data file? If im not complettely mistaken I just took the distance between the departure and arrival airport and divided it with the speed of the aircraft 😄 (Pretty sure this is how vatbook does this too) Christian KovanenDirector of VATSIM Scandinavia Membership Audit Team Lead Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 15, 2020 at 06:03 AM Author Posted April 15, 2020 at 06:03 AM 4 minutes ago, Christian Kovanen said: If im not complettely mistaken I just took the distance between the departure and arrival airport and divided it with the speed of the aircraft 😄 (Pretty sure this is how vatbook does this too) Yeap thats how i calculate the distance also to/from airport. I just wondered if the data are there in the text file and i missed them 🙂 BTW Check my last night's work. I begun a web version. See First post i have updated it. __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 15, 2020 at 06:03 AM Author Posted April 15, 2020 at 06:03 AM (edited) 23 hours ago, Johnny Coughlan said: Cheers bud, really appreciate it! So it has begun. Check the fist post of the topic. I updated with the new web version 🙂 Cheers! Edited April 15, 2020 at 06:04 AM by Elias Stassinos 1 __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Andrew Ogden Posted April 15, 2020 at 09:44 AM Posted April 15, 2020 at 09:44 AM 3 hours ago, Elias Stassinos said: So it has begun. Check the fist post of the topic. I updated with the new web version 🙂 Cheers! Impressive work! Love it 😄 Andrew Ogden Gander Oceanic OCA Chief Vancouver FIR Senior Instructor Visit us: https://ganderoceanic.ca Contact: [email protected] Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 15, 2020 at 09:50 AM Author Posted April 15, 2020 at 09:50 AM 5 minutes ago, Andrew Ogden said: Impressive work! Love it 😄 I will add distances and ETA based on some calculations from positions and speeds.. __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Johnny Coughlan Posted April 15, 2020 at 10:01 AM Posted April 15, 2020 at 10:01 AM 10 minutes ago, Elias Stassinos said: I will add distances and ETA based on some calculations from positions and speeds.. Looks great Elias!. Link to comment Share on other sites More sharing options...
Chriss Klosowski Posted April 15, 2020 at 01:01 PM Posted April 15, 2020 at 01:01 PM Looks great! CHRISS KLOSOWSKIDivision Director, VATSIM Middle East & North Africa VATSIM Network Senior Supervisor, Team 5 [email protected] http://vatsim.me/ Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 16, 2020 at 06:46 PM Author Posted April 16, 2020 at 06:46 PM (edited) On 4/15/2020 at 1:01 PM, Johnny Coughlan said: Looks great Elias!. Here you are. I think that now is usable. I tested it with OBS , added a panel as browser with various sizes and it looks ok. Edited April 17, 2020 at 05:54 AM by Elias Stassinos 1 2 __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 17, 2020 at 05:56 AM Author Posted April 17, 2020 at 05:56 AM v1.03 - Departure - Arrival became one column to allow for smaller "window" size for streaming 1 __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Thimo Koolen Posted April 17, 2020 at 12:36 PM Posted April 17, 2020 at 12:36 PM Looks good. However, I fail to see the connection with Euroscope (because it's posted in the Euroscope category). ACCNL4 (Training Director) - Dutch VACC Link to comment Share on other sites More sharing options...
Andreas Fuchs Posted April 17, 2020 at 01:00 PM Posted April 17, 2020 at 01:00 PM 23 minutes ago, Thimo Koolen said: However, I fail to see the connection with Euroscope (because it's posted in the Euroscope category). It's interesting to use in connection with Euroscope when you stream your session on the internet. 1 Cheers, Andreas Member of VATSIM GermanyMy real flying on InstagramMy Twitch streams of VATSIM flights and ATC Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 17, 2020 at 02:01 PM Author Posted April 17, 2020 at 02:01 PM 1 hour ago, Thimo Koolen said: Looks good. However, I fail to see the connection with Euroscope (because it's posted in the Euroscope category). My initial urge for this was top be able to use it when streaming Euroscope on twitch. I would be glad to find a way to move it to another forum if this is what needs to be done. I didn't mean to post in wrong forum. __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Andreas Fuchs Posted April 17, 2020 at 06:39 PM Posted April 17, 2020 at 06:39 PM At the moment I do not see another forum that seems to be more appropriate. Cheers, Andreas Member of VATSIM GermanyMy real flying on InstagramMy Twitch streams of VATSIM flights and ATC Link to comment Share on other sites More sharing options...
Elias Stassinos Posted April 18, 2020 at 02:41 PM Author Posted April 18, 2020 at 02:41 PM Small changes to how it looks 1 __________________________________________________________________________________________Elias Stassinos - Author of PTTBuddy - Automatic volume control while you fly / play /streamMy FS Photos - My MSFS Settings Link to comment Share on other sites More sharing options...
Recommended Posts