I want to build a web server from Raspberry Pi (Linux) and send images to Android

Asked 2 years ago, Updated 2 years ago, 115 views

I want to build a web server using LAMP, so is it possible to use it to send an image file and check it with an Android app? When I looked up the data, there were many codes that Android became a client and sent data to Pi, but I couldn't find it functioning the opposite way. I ask for your help me.

webserver

2022-09-22 08:27

1 Answers

In the past, push from server to client was difficult, but...In today's HTML5 environment, web sockets exist and it's not that difficult.

In other words, the comet function is possible using a web socket.

Search for it.


2022-09-22 08:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.