-
Is it not possible to create a new stream using the Phant-API?
If it is possible how does the http post format look like?
-
We are interested in deploying Phant to a cloud service (AWS, Google, Azure,..) with MQTT messaging and MongoDB backend for persistent data storage to provide a database for graphing IoT time series d…
-
I am working on a Proof of Concept with various devices sending data to our local Phant installation. This works well, but the data is just a simple list of events.
For further processing, I would …
-
File descriptors are leaking when paging is used. This is due to attaching to the [wrong event in the initializer](https://github.com/sparkfun/phant-stream-json/blob/master/lib/readable.js#L58). Chan…
-
Trying the example from https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/all#example-sketch-posting-to-phant
I'm using an official sparkfun esp8266 thing
I get 400 Bad Request with:
0 …
-
Phant is great for uploading. It's simple and elegant. On the other hand, how about make a simple elegant data retrieval method such as retrieve according to a few criteria:
1. extract from record num…
liudr updated
6 years ago
-
## Got the following on my phant console:
events.js:85
throw er; // Unhandled 'error' event
Error: read ECONNRESET
at exports._errnoException (utils.js:746:11)
## at TCP.onread (net.js:5…
-
I've tried this on different Linux flavours and the problem is consistently reproducible.
1. `sudo npm install --global foundation-cli`
2. `foundation new` with the follwing options:
- What ar…
-
once i use the package in npm, the upload and download supports only http not https.
i need to make phant working on https (required by d3.js and it is safer anyway)
how to configure that ?
thanks
-
You should think about including netCDF
http://www.unidata.ucar.edu/software/netcdf/
as an output type. Better yet, e-mail/call up UNIDATA
http://www.unidata.ucar.edu/
and getting them to contribute …