This archive is retained to ensure existing URLs remain functional. It will not contain any emails sent to this mailing list after July 1, 2024. For all messages, including those sent before and after this date, please visit the new location of the archive at https://mailman.ripe.net/archives/list/[email protected]/
[atlas] Streaming API, endTime parameter is ignored
- Previous message (by thread): [atlas] Querying popular domains with RIPE Atlas
- Next message (by thread): [atlas] Streaming API, endTime parameter is ignored
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Roberto Nunziato
roberto.nunziato at gmail.com
Fri Feb 10 10:26:54 CET 2017
Hello everybody, I am an Italian student and I am working with the RIPE Atlas Streaming API. I am trying to replay events that have happened in the past, so I am using the optional parameter endTime in the code below. Now, the stream starts at the specified time but it never ends. Am I doing anything wrong? Is this a bug? var socket = io(“https://atlas-stream.ripe.net <https://atlas-stream.ripe.net/>:443” , {path: “/stream/socket.io <http://socket.io/>”}); startTime = 1486256400 //05-02-17 h: 01:00GMT endTime = 1486258200 //05-02-17 h: 01:30GMT socket.emit(“atlas_subscribe”, {stream_type: “result”, startTime: startTime, endTime: endTime, msm: 1962548}); Best, Roberto Nunziato -------------- next part -------------- An HTML attachment was scrubbed... URL: </ripe/mail/archives/ripe-atlas/attachments/20170210/49d13007/attachment.html>
- Previous message (by thread): [atlas] Querying popular domains with RIPE Atlas
- Next message (by thread): [atlas] Streaming API, endTime parameter is ignored
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]