Search Criteria
Package Details: simple-rt 20211207_e9760dd-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/simple-rt.git (read-only, click to copy) |
---|---|
Package Base: | simple-rt |
Description: | SimpleRT - Reverse Tethering utility for Android |
Upstream URL: | https://github.com/robinpaulson/SimpleRT |
Keywords: | android network tethering |
Licenses: | GPLv3 |
Submitter: | AnatolyRugalev |
Maintainer: | AnatolyRugalev |
Last Packager: | AnatolyRugalev |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-29 16:27 (UTC) |
Last Updated: | 2022-11-23 23:45 (UTC) |
Dependencies (4)
- libusb (libusb-gitAUR)
- net-tools (net-tools-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
Schmetzler commented on 2023-02-21 17:30 (UTC) (edited on 2023-02-21 17:32 (UTC) by Schmetzler)
For anyone having problem to get this running:
I used the tag 1.1.1 for the Server, so source line looks like this:
source=("simple-rt::git+https://github.com/robinpaulson/SimpleRT#tag=1.1.1" 'simple-rt@.service')
and used the apk mentioned in this issue
https://github.com/robinpaulson/SimpleRT/issues/57#issuecomment-1325692739
tuxayo commented on 2022-11-24 00:32 (UTC) (edited on 2022-11-24 00:41 (UTC) by tuxayo)
It works, thanks :)
note: I'm not using the official F-Droid app: https://github.com/robinpaulson/SimpleRT/issues/57#issuecomment-1325692739
AnatolyRugalev commented on 2022-11-23 23:49 (UTC)
The package has been updated with a new Git URL, as well as changes proposed by rcf.
Also added a post_upgrade message
tuxayo commented on 2020-10-20 17:39 (UTC)
Does anyone know how fix pkgver() ?
Crandel commented on 2020-10-09 10:26 (UTC) (edited on 2020-10-09 10:28 (UTC) by Crandel)
I change PKGBUILD to support all running interfaces
rcf commented on 2018-05-26 01:27 (UTC)
As for an actual fix I would go with something along the lines of
because
simple-rt.service
might confuse people who don't realize it's tied to one interface. Or maybe it could select the interface used by the default route, which would at least guarantee that you're getting Internet access.rcf commented on 2018-05-25 11:43 (UTC) (edited on 2018-05-25 11:45 (UTC) by rcf)
With more than one active interface,
fails with
as
$SIMPLERT_INTERFACE
ends up being multiple lines.AnatolyRugalev commented on 2018-01-23 22:01 (UTC) (edited on 2018-01-23 22:05 (UTC) by AnatolyRugalev)
Alright, I implemented Unit template and its available now.
You can specify any desired interface via systemd instantiation:
simple-rt
unit still available for BC. PKGBUILD scans active network interfaces and chooses first one forsimple-rt
unitPlease, let me know if something is wrong. Thank you
Also, net-tools was added to dependencies because original code requires
ifconfig
to be installedraingloom commented on 2018-01-09 09:44 (UTC) (edited on 2018-01-09 09:46 (UTC) by raingloom)
The service file should be parameterized over the network interface: