Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [web-services]

For questions regarding the use and/or implementation of web services. For general questions about web services, consider asking at Web Applications Stack Exchange.

2 votes
1 answer
73 views

What IoT software/web-services can be used to implement the basic "IoT device->Database ->Frontend" architecture?

I'm looking for the simplest (i.e least components) way to create the data logging/visualization system with the following architecture: IoT Data (Plaintext HTTP POST) -> Database+data processing ...
Noideas's user avatar
  • 21
0 votes
1 answer
167 views

How to effectively control Arduino via a web application?

I have a web application in PHP on remote hosting. The application is connected to a MySQL database, from which it reads states, draws graphs from the data that Arduino sends to the database. The ...
Sahasrar's user avatar
1 vote
1 answer
39 views

Is there a simple database app builder that allows for single row access based on token in the row?

I'm currently using thingsboard to manage and deliver IoT device configuration. The IoT device can access its own configuration with its own auth key. This is great. However, thingsboard is a quite ...
tavis's user avatar
  • 111
0 votes
1 answer
69 views

What is the proper IoT architecture using Googles services?

What am I working on? I am currently working on a project that will in the future be connected to the cloud. I have a PLC that will be connected to the cloud. When the “process” starts, the PLC will ...
Jakub Szlaur's user avatar
1 vote
1 answer
328 views

Best way to store the data received from aws iot core

What I am trying to achieve is that I have an Arduino base which periodically uploads data to AWS IoT-Core. But I am looking for a way to store that data and make it accessible to my web application ...
Madhav Parikh's user avatar
2 votes
0 answers
28 views

How to find a specific BBC debate or podcast using Alexa and TuneIn?

Kinda silly, but looking at: This show will be available later. Please come back then. https://tunein.com/radio/Intelligence-Squared-Debate-p510948/ Is there a podcast for the BBC debates ...
Thufir's user avatar
  • 131
2 votes
0 answers
218 views

Adding a webserver to eth2wifi example for ESP32

I am interested in using ESP32-EVB from Olimex to run the eth2wifi from esp-iot-solution, using the wifi softap data forwarding demo. If I correctly understand the code, it just moves packets from ...
Ottavio Campana's user avatar
3 votes
1 answer
2k views

POST messages in JSON to mosquitto MQTT not being received from node-RED mqtt node

Not sure how much better I can phrase it in the question but i'll try to explain to the best I can. What I am trying to do: Using IFTTT Webhook to POST a JSON message in MQTT Format. POST URL: test....
Eric Lim's user avatar
  • 161
3 votes
2 answers
246 views

Pushing Processed data from RFID + Sensors to a Platform

I have some sensor nodes (Bosch XDKs) that send information to an MQTT broker and an application reads the information and stores it into InfluxDB. Simultaneously, I have RFID readers that scan some ...
Shan-Desai's user avatar
  • 1,558
4 votes
1 answer
3k views

RESTapi and MQTT Broker

Question: What I'm trying to do is to get the REST API to be able to publish to my Mosquitto MQTT Broker (which is also hosted on my Pi on Port 1883) via IFTTT Webhook. Context I've built a webapp ...
Eric Lim's user avatar
  • 161
8 votes
1 answer
2k views

How to pass two parameters in header using AT Command with SIM800 GSM modem?

I have a restful webservice with POST method. I want to use this webservice using a GSM Modem with SIM800. I am using following command instruction: AT+SAPBR=2,1 --Check if bearer 1 is open or not ...
Rudra's user avatar
  • 181
2 votes
0 answers
656 views

Which is the best web server use for IoT device? [closed]

I use a device running Debian (https://armadillo.atmark-techno.com/armadillo-iot-g3) and want to use it as a web server. There are many web servers today. Which web server should I choose?
Owl City's user avatar
  • 171
4 votes
1 answer
446 views

Recommendation to choose API development open source Language, Framework and Database

I'm working in a IoT project and my role is to provide APIs to allow devices to communicate with server/database. I have decided to use MySql for relational data like user details etc.. and MongoDb ...
Shri's user avatar
  • 341
4 votes
0 answers
88 views

Is there something like a Thing as a Service (TaaS) emerging in the field of IoT and IIoT? [closed]

There is a quite a lot of development in PaaS (Platform as a Service) and SaaS (Service as a Service) in the fields of Cloud Computing. However I was thinking of a scenario where An end user/ firm ...
Shan-Desai's user avatar
  • 1,558
3 votes
1 answer
1k views

Connect Webpage to AWS IoT to Publish Messages

I want to create an IoT system. My system contains a robotic arm, a CNC machine and a web page. I want to use MQTT in which I can publish from my web page to robotic arm to pick up the object and put ...
Balsam Qassem's user avatar

15 30 50 per page