PDA

View Full Version : XX Client / RQ SSSP Client Builds



blackcat
04-19-2020, 02:34 PM
Hey, I'm new here but I'm wondering..

I've been working on a fixing a older computer for the purpose of reviving a one of my old Viewsat Xtreme VS2000 that I've kept over the years..

But other than the Win2k builds of XX Client / RQ SSSP Client submitted here..
Would there be other versions for a variety of different devices also??
—Linux version?
—Android .apk?
—OpenWRT version?
—DD-WRT version?
—Gargoyle Version?
(OpenWRT, DD-WRT, Gargoyle = Linux Based Networking Firmware, Commonly for Routers, but also for i386/i586/x64 PC's too)

Bot
04-19-2020, 03:42 PM
Moved to discussion section. File sections are not open for questions.

jets
07-12-2020, 03:04 AM
The files for linux are here:

https://www.satfix.to/showthread.php?208793-xx-client_v2-4-180-926-files

You need this information too:

To run xx-client Linux x64 you must download the following in terminal to enable 32 bit support (xx-client is 32 bit).

sudo dpkg --add-architecture i386

sudo apt-get update

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1

to run xx-client type this command in the terminal window:

sudo ./xx-client

sudo allows access to USB to serial converter

./ gives permission for read/write to xx-client

I should add I think it will run in windows 10 just set compatibility. Don't know for sue because I don't use windows 10. I know for sure it works on windows 7 x64.

It also runs on both DD-WRT and openwrt.

blackcat
09-06-2020, 02:04 AM
Nice!!
I've just found a archive of RQ-SSSP-Client v1.04 that contains the following:
- rq-sssp-client.beagle
- rq-sssp-client.exe
- rq-sssp-client.mips
- rq-sssp-client.openwrt-ar231x
- rq-sssp-client.openwrt-bcm947xx
- rq-sssp-client.plug
- rq-sssp-client.ppc
- rq-sssp-client.st40
- rq-sssp-client.x86
- and of course came with a readme and the "rq-sssp-client.conf"

I've read a bit about the openwrt.bcm947xx as I do have a Linksys WRT54G V8 and looked at the internet a bit about tutorials on how to solder a 9pin rs232 onto the board but it seems (from what I quickly read) that I would also need to apply something in between somewhere to raise the voltage or something like that...

I do have decent-ish knowledge on openwrt and dd-wrt ... I've actually had to somewhat build openwrt inside virtualbox by code at first to then load luci, so that I could test out stuff with it without having to connect the physical hardware onto the system prior of testing it out

would you (or anyone else) happen to know of a guide on how to use a usb to serial dongle on any openwrt build?
preferably openwrt 19.07.3 (being the current up-to-date released firmware from the date that this reply here is written)

also, would you (or anyone else) happen to know of a guide on how to proceed with converting my WRT54G V8 linksys for this? openwrt / ddwrt / any firmware really?

or even a guide for any firmware via usb to serial adapter?

as for the linux x86 guide, thanks for this... i thought i would've had trouble with x86 if using an x64 release so i was just gonna dedicate one of my older computers to run an x86 release... i got quite a few computers in storage that I'm working on onto reviving...

But as for this topic, I would prefer to use a router instead of a PC,

so if i can use any router with usb port through a usb to serial adapter, that would be awesome
or if i can use my WRT56G V8 that would be awesome too

jets
09-06-2020, 08:12 PM
it's way easier to use the gooware client in the link above.

If your running openwrt and have a router with a USB port you can download the driver for the USB to serial port in the router under:
Services/Software search for your driver.

I have used the winchiphead CH341 and it works. Depending on the router you will need to list the USB address, I forget command.

If using openwrt you will need to edit the file ect/inittab like so:

::sysinit:/etc/init.d/rcS S boot
::shutdown:/etc/init.d/rcS K stop
#::askconsole:/usr/libexec/login.sh


You can use WinSCP to access the Linux file system from windows.

blackcat
03-10-2021, 07:06 AM
Hey.

I've been using this via a Laptop on Windows this whole time.
But now I wish to modify my router so that I can eliminate the need of it to use my Laptop 24/7...

So far...
- I've successfully flashed 2x routers with OpenWRT 19.07.7, ("Linksys EA4500", "TP-Link Archer AC1750 C7 V2")
[LINKSYS]: openwrt-19.07.7-kirkwood-linksys_viper-squashfs-sysupgrade.bin
[TP-LINK]: openwrt-19.07.7-ath79-generic-tplink_archer-c7-v2-squashfs-sysupgrade.bin
- I also installed the USB to Serial adapter drivers in both routers (via the software section in Luci)
- And I also successfully configured "OpenVPN" to connect on one of my VPN Provider's servers.

Now I'm at the part where I try to setup xx-client with OpenWRT but I've no idea how to do this...

As for OpenWRT knowledge...
- I know how to navigate inside OpenWRT using "WinSCP"
- I also know how to do some commands in OpenWRT using PuTTY.
- And I also know my way around pretty good with the help of online guides (which is how I setup OpenVPN).

As for xx-client...
I know how to configure this in Windows
But I don't know how to do so in OpenWRT.

Is there a guide that anyone would know of for how to do this?