Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uniontownlabs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
uniontownlabs
12y ago
We currently push data via websockets when you are viewing a stream, and we will probably offer live TCP output soon. Feel free to file a bug here if you would like to see webhooks added: https://github.com/sparkfun/pha
2.
▲
by
uniontownlabs
12y ago
all feeds (including the example) are rate limited on data.sparkfun.com. Here are the details: http://phant.io/docs/input/limit
3.
▲
by
uniontownlabs
12y ago
We are having the SSL/security discussion in a lot of places, but it would be great to focus the effort here if possible: https://github.com/sparkfun/phant/issues/49 Security on 8-bit microcontrollers is
4.
▲
by
uniontownlabs
12y ago
Sounds good. I'll work on one once the traffic stabilizes.
5.
▲
by
uniontownlabs
12y ago
Thanks for the feedback. That's a planned feature: https://github.com/sparkfun/phant/issues/13 Right now the web UI is fairly simple, but we will start adding features soon.
6.
▲
by
uniontownlabs
12y ago
By default it writes metadata about the stream (title, description, etc) using a file based db called nedb, and it appends the actual logged data to CSV files that are split into 500k chunks. When the user requests their logged data, all of
7.
▲
by
uniontownlabs
12y ago
That's how much space is remaining: "100% (50.00 of 50 MB) remaining" The bar along the top will turn red when the stream is getting close to full.