Miroslav Stampar

Results 183 comments of Miroslav Stampar

``` Data Format: The following illustrates the JSON data format that the globe expects: var data = [ [ 'seriesA', [ latitude, longitude, magnitude, latitude, longitude, magnitude, ... ] ],...

`tsusen` should be used as a standalone silent box on the network/Internet. You put it for example of some VPS box and just let it collect the data about the...

it should be `http://:8339` for example, if you are trying to run it from your local machine you can enter it at `http://127.0.0.1:8339/`

can you please give more details here so we could debug this?

best heuristics I could come with: ```py *** 757,762 **** --- 757,765 ---- (dst, dport, src, sport) in self.tcp_connections_seen or (src, sport, dst, dport) in self.tcp_connections_seen ): + if tcp.flags...

@dhanvi you can find the Crypto300 here: http://s000.tinyupload.com/index.php?file_id=52272694011245110350

Minimalistic example which fails: ```py import pcapy def recv(header, packet): sec, usec = header.getts() print(sec) cap = pcapy.open_live("any", 65535, True, 100) cap.loop(-1, recv) ``` --- ![1](https://user-images.githubusercontent.com/921555/105198630-231af000-5b3e-11eb-89fa-c38f6158cc06.png)

https://pypi.org/project/pcapy-ng/ (tl;dr: just do the `pip install pcapy-ng`)

you can either write it down in this kind of an issue or you can report it privately to me via `miroslav.stampar(at)gmail.com`

`...%s" % repr(url)` looks bad `...'%s'" % url` looks better