Skip to main content
1 vote
0 answers
209 views

I’m working on an embedded Android TV project. I’m using NanoHTTPD as the web server. The server hosts a simple web page that can be accessed from a browser by entering the IP address of the TV. Here’...
Hilal Demir's user avatar
-1 votes
1 answer
82 views

I'm stuck and looked everywhere to find a solution but I think it won't be as effective as getting help from humans haha. I set up a NanoHTTPD server to listen to https post requests: public ...
mikealexx's user avatar
0 votes
0 answers
86 views

I am new to AOSP. NanoHttpd is implemented for web part of the project. I want to upload file from a Javascript page which is hosted on the Android device and then I want to get this uploaded file to ...
hexols's user avatar
  • 13
0 votes
1 answer
25 views

I have a custom application made with nanohttp daemon to control a local printer using a rest API. I could make its OS service installer for Windows using Apache commons daemon, but I'm stuck while ...
Tobia's user avatar
  • 9,609
0 votes
1 answer
466 views

Hey all I am trying to POST some json data to my android app via Jquery AJAX and using NanoHTTPd as the web server. I can seem to call the correct url doing this: var reqData = JSON.stringify({"...
StealthRT's user avatar
  • 10.6k
0 votes
2 answers
1k views

How can I stream video from byteArray fun streamVideoListener(frame: ByteArray){ // receiving H.264 frames every 100ms. } I tried FFmpeg library. merged 100 frames and make few seconds video ...
Mostafa Sadati's user avatar
0 votes
0 answers
98 views

I use EC2. So far I have been using Elastic IP to get a static IP. And I was able to bind the Htttp server to an AWS prepared domain like ec2-xx-xxx-xxx-xxx.ap-northeast-1.compute.amazonaws.com and ...
Tom Marvolo Riddle's user avatar
1 vote
0 answers
1k views

I want my Android app to execute a complex website on a local http server directly on the phone. For that, I implemented nanohttpd. With this library, I can run locally on my phone on a http server ...
toto_tata's user avatar
  • 15.6k
0 votes
0 answers
143 views

i am trying to play a youtube video in android through NanoHTTPD android web server library using a html form by providing the youtube id of some video in the served html file into the html form. So ...
evilcomputer12's user avatar
0 votes
0 answers
2k views

I use NanoHTTP to set up a web server with HTML, JS and some Java. Now I want to get the JavaScript resource out of the HTML by using private String readFileAsTextUsingInputStream(String filename) { ...
Erwin109's user avatar
0 votes
0 answers
390 views

I am trying to build NanoHTTPD into my project. I didn't find a solution in the other "Cannot resolve symbol" question on StackOverflow so I am trying this here I am sorry. This is a pretty ...
Erwin109's user avatar
2 votes
0 answers
284 views

I'm using NanoHttpd library in order to serve video files of type .mkv and .mp4 on Mi Video. As the reading of the input stream was too slow, I changed NanoHttpd's reading buffer size to 1M: private ...
Shir Barzur's user avatar
0 votes
1 answer
149 views

Hello i want to make a http server with nanohttpd that shows installed apps, and convert them to apk and download. I can list but how can i download the app i select List<ApplicationInfo> ...
jcooli's user avatar
  • 1
0 votes
1 answer
134 views

I have an excel file in my Android phone whereby i want to download this file by Nano Httpd web server,I am reading excel content and return as a Nanohttpd's response : File excelDirectory = new File(...
M.Minbashi's user avatar
0 votes
0 answers
104 views

i need to develop an android app, a chat app, in which the two devices should be connected via wifi direct and share files via nanohttpd. can anyone share a guide for this ?
Shekhar Chauhan's user avatar

15 30 50 per page
1
2 3 4 5
17