Request to the Pot

ReqPot

About

ReqPot: HTTP Streamlined Realtime IoT Data Server that Simply to use, Easy to Start and No Infrastructure management.

this project also will move forward to be Complete Solution for IoT data management, Tracking, Alerts, Monitoring and Integration like webhooks, API, and more.

Get Started

Register Device (Pot)

in Pot Management menu register new Pot limit is base on your plan, input require field.

  • Device Ref: code name for your device
  • Device Key: secret key for send request can revoke to generate new one if key is leak.

Send Data

main protocol is HTTP can follow implement like out curl example.

curl --request POST \
  --url http://[end-point]/logs \
  --header 'Content-Type: application/json' \
  --header 'device-ref: ${pot.id}' \
  --header 'device-key: ${pot.deviceSecretKey}' \
  --data '{
	"payload": {
      [key]: string | number | boolean
    }
}'
                

View Data

in Dashboard menu you can view your data in real-time base on your each setting.
you can create Card you view your own data with custom filed name eg. temp as Temperature.

Pricing

price model is base Request per second and might be changed in the future.

Pot T1

$2.5/mo

  • 14 Second per 1 Request
  • 15 Days retention data
  • Email support
Free trial for 14 Day

Pot T2

$3.5/mo

  • 14 Second per 1 Request
  • 30 Days retention data
  • Email support

Pot T3

$5/mo

  • 7 Second per 1 Request
  • 30 Days retention data
  • Email support