I am working on a hardware device running OpenWrt. I was wondering if I can manage my hardware and run shell scripts etc. remotely using OpenWisp2. Is it possible? If yes, then how to do that?
Can I run a shell script on OpenWrt from a remote host using OpenWISP2?
480 Views Asked by Meraj Ahmed At
1
There are 1 best solutions below
Related Questions in OPENWRT
- Adhoc / mesh network not working (with and without batman-adv)
- Sniff data packages from application to serial port (/dev/ttyACM0)
- openwrt source code edit
- Modify and recompile aes.c file in openwrt
- Rewriting Python SHA1 Digest code to Bash
- OpenWrt Luci - importing an external javascript file
- Paramiko on OpenWRT 22.03
- patch: **** can't create temporary file permission denied
- Ran make V=s command to build the toolchain for my Audiocodec Board AC494. Returns error
- Algorithm HmacPBESHA256 not available in Openwrt Embedded Device
- How can I link to other package's object files in OpenWRT?
- linking dmalloc-5.5.2 with opensource application with logging causes the application to crashin OpenWRT 21.02
- Forward all tcp packet is specific ip subnet to one destination
- Trouble Installing Shapely Library on OpenWRT Linux Without Pip Support
- How can I get a response to an at-command using picocom?
Related Questions in OPENWISP
- Page Not Found for urls - openwisp-radius
- How to setup Openwisp-radius with Django
- Unauthorized error on push request for issue openwisp/openwisp-notifications#6
- Django LDAP with OpenWisp Django-IPAM
- Can openWISP2 control the device WiFi adapter with the device guest openWRT on virtualbox?
- Difference between OpenWrt and OpenWISP
- Openwisp -> Failed to connect to controller during registration
- Error importing "openwisp_utils.admin import ReadOnlyAdmin"
- Can I run a shell script on OpenWrt from a remote host using OpenWISP2?
- KeyError: 'ifname' in convert an OpenWRT tar.gz to NetJSON
- How to create a user who can create another user but not grant permissions(only grant predefined group permissions) in django?
- How can I specify optional dependencies using setup.py and extra_requires?
- Python jsonschema: how to query schema to determine the type of a property?
- Connection Load Balancing feature on OpenWRT
- How to convert policy routing rules using "all" and "iif" to OpenWRT's UCI format?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Not at the moment I'm writing.
You can only send configuration files, which can include scripts that can be also added to the crontab.
Sending commands will be possible once this branch is merged: https://github.com/openwisp/openwisp-controller/pull/31