Tagged Questions

OpenWRT is a Linux based firmware program for embedded devices such as residential gateways and routers. It is very modular and feature rich, but not all chipsets are supported, though.

learn more… | top users | synonyms

7
votes
3answers
2k views

Java on OpenWrt/DD-WRT

I have an existing solution written in Java which I would love to run on OpenWrt routers. Will OpenWrt even run Java without installing a lot of dependencies? Anyone ever tried this?
2
votes
2answers
59 views

Good logging library for Lua

I'm using Lua from OpenWRT based Access Point device to develop some S/W on it. I want to find a good logging libraries for Lua. Do you have any recommendation? I checked about lsyslog.
1
vote
1answer
27 views

Request for Hints : Possibilities to log files from a router to a server

here is the situation: I have written a C program doing some wireless measurements on a WRT54GL Router (OpenWRT White Russian, Busybox 1.00, Dropbear client v0.49). Please note that i can not use a ...
1
vote
1answer
310 views

How do I use nginx to reverse-proxy an IP camera's mjpeg stream?

I'm using nginx on OpenWRT to reverse-proxy a motion-jpeg feed from an IP camera, but I'm experiencing lag of up to 10-15 seconds, even at quite low frame sizes and rates. With the OpenWRT device ...
1
vote
1answer
104 views

Program compiled with glibc can run on Linux with uClibc?

I have a program compiled using glibc and I need it runs on a MIPS target with Openwrt firmware using uClibc. Is this possible? I put the program in Openwrt and when I try to run it the result is: not ...
1
vote
2answers
304 views

fswebcam: Unable to load font 'luxisr': libgd was not built with FreeType font support

I'm developing on an embedded device using OpenWRT. Whenever I try to use fswebcam to capture and image from my /dev/video0 and want to add some text to the image (--info switch), I get this error. ...
1
vote
1answer
107 views

Partial compilation of openwrt project

I would like to get an idea or reference to compile only subset on the openwrt project. i am aware of the menuconfig utility but this is not enough for my goal. i would like to compile only the ...
1
vote
1answer
812 views

Accessing routing table via SNMP

Which MIB do I need if I am trying to find the routing table of a Linksys WRT54G with openWRT installed on it?
0
votes
1answer
52 views

How to install all iptables related package on OpenWrt with one effective command?

On OpenWrt 10.03.1-RC6 the following command installs iptables stuff: opkg update && grep -e "Package: iptables-mod-" -e "Package: kmod-ipt-" -e "Package: kmod-nf" -e "Package: .*nfnetlink" ...
0
votes
0answers
28 views

How to Install OpenWRT on LinkSys WRT54G v6?

Does anyone know how to install OpenWRT on LinkSys WRT54G v5 Wireless Router? I know the installation procedure, but just want to know a stable firmware of OpenWRT for WRT54G v6? Thanks, Amit
0
votes
0answers
38 views

FabFi Imagebuilder openwrt net-snmp error

Im starting to build a wifi service based on the project FabFi! Im building a custom image for the M2nano ubiquity AP using their scripts... but I keep having a problem once compiling net-snmp: ...
0
votes
1answer
33 views

Creating a simple Linux API

I have a simple application on a OpenWRT style router. It's written in C++ currently. The router (embedded Linux) has very limited disk space and RAM. For example there is not enough space to install ...
0
votes
1answer
67 views

Makefiles in openwrt, the difference between cp and $(CP)?

I am following a tutorial for compiling my own package in openwrt. In the /package/helloworld directory: .../packege/helloworld$ ls src Makefile .../packege/helloworld$ ls src hello.c main.c ...
0
votes
1answer
29 views

Compiling single APK - OpenWrt

Anyone knows the procedure to create a single APK file that includes source available at http://code.google.com/p/zapwireless/source/browse/?r=2#svn%2Ftrunk and ...
0
votes
1answer
154 views

Memory problem in linksys router with OpenWRT with heavy writing to log files

I have a WRT160NL linksys router with 32MB RAM and with OpwnWRT installed. I have an application running which does some heavy writing to log files to a usb connected flash drive. (basically 26MB a ...
0
votes
1answer
87 views

OpenWRT XMPP client library?

is there any python XMPP client library for OpenWRT? tnx.
0
votes
0answers
107 views

Flac through mt-daapd to banshee on dd-wrt

I have dd-wrt running on an asus 500g premium v2 with mt-daapd installed. Banshee on my Ubuntu sees the DAAP server and can listen to the songs. Most songs work, but MP4, FLAC, and WMA, specifically, ...
0
votes
2answers
123 views

Can I send a URL request in OpenWRT using Lua?

I want to initiate a php program on my web server from OpenWRT running on a Linksys router. How can I do this? I don't have room to install elinks.
0
votes
1answer
204 views

Unable to transmit fast via UDP broadcast on a wireless network

I have the written the following code for transmitting UDP packets via broadcasting on a wireless network. The application that I have trying to develop requires the packets to be transmitted very ...
0
votes
1answer
39 views

Skip receiving messages broadcasted by me over wireless network

I have a code which transmits messages (broadcasts) continuously on wireless network and also receives messages continuously. Hence, I have the transmission and receiving happening simultaneously ...
0
votes
3answers
163 views

Problems in configuring OpenWrt for socket programming

I have a code which receives packets from the Ethernet and sends it via wireless network. This works on a wireless box which uses OpenWrt. The code is written below. It gives me the following error at ...
0
votes
2answers
264 views

Beginner Linux programming using xCode?

I am starting a project for a linux busy box environment. I haven't seen any information on it, but I need to basically interface with the GPIOs and various other parts of the system (this is for ...
0
votes
2answers
65 views

how to escape “@” in the username when logging in through FTPES with curl? [closed]

MY question is based on this: Automaticly upload to FTPS what can i do, if i have a "@" in my username? how could i "escape" that "@"? :\ thank you! p.s.: sorry for posting, but it's important :\ ...
0
votes
3answers
145 views

Automaticly upload to FTPS

How can I upload a file on an OpenWRT router to a place using FTPES? I googled curl, because it's small enough to install: opkg update opkg install curl and can handle FTPES connections: ...
0
votes
2answers
356 views

Python OpenWRT crontab

Im trying to run python script on OpenWrt box: #!/root/system/usr/bin/python import subprocess p = subprocess.Popen([r"snmpget","-v","1","-c","public","-Oqv","-Ln", ...
0
votes
2answers
235 views

Can I trigger a mobile client to automatically launch a web browser when connecting to wifi?

Assume that you have complete programmatic control over a wireless router (running say OpenWrt or DD-WRT - linux). The router is configured to broadcast an ssid, and the network is wide open. A ...
0
votes
1answer
191 views

Python not found in the Open WRT MenuConfig --> Languages

I am trying to include python in open wrt. its not showing up in the open wrt menuconfig. I can see only Lua and nothing else under language options. while checking it shows me python ... OK , perl ...
0
votes
1answer
89 views

helloworld.sh on x-wrt webif gives me a 403 unauthorized

I am trying to customize the webif v. 0.3-4895 package on openwrt-10.03.1-rc3 (backfire). I have a functional webif and I am trying to follow this wiki entry I copied info.sh to helloworld.sh and ...
0
votes
2answers
929 views

OpenWRT and 5 GHz [closed]

What's a good router that does dual band 2.4 GHz and 5 GHz and can run OpenWRT?
-1
votes
1answer
142 views

How to generate random numbers under OpenWRT?

With a "normal" (i mean "full") linux distro, it works just fine: sleep $(echo "$[ ($RANDOM % 9 ) ]") ok, it waits for about 0-9 sec but under OpenWRT [not using bash, rather "ash"]: $ sleep ...