Giter Club home page Giter Club logo

Comments (13)

HiGarfield avatar HiGarfield commented on June 1, 2024 1

Modified from https://github.com/sensec/openwrt-udp2raw.

To obtain the latest version, simply make modifications to PKG_SOURCE_VERSION and PKG_MIRROR_HASH in the Makefile.

from udp2raw.

HiGarfield avatar HiGarfield commented on June 1, 2024

use arm64 instead of arm

from udp2raw.

iz4tow avatar iz4tow commented on June 1, 2024

There is no arm64 on the release tarball

from udp2raw.

HiGarfield avatar HiGarfield commented on June 1, 2024

Copy the following folder to your openwrt code and then compile

https://github.com/HiGarfield/lede-17.01.4-Mod/tree/master/package/extra/udp2raw

from udp2raw.

iz4tow avatar iz4tow commented on June 1, 2024

I'm not very practical in openwrt...how can I compile it?

from udp2raw.

HiGarfield avatar HiGarfield commented on June 1, 2024

What model is your wireless router? If it's a model officially supported by OpenWrt, I can try to compile it.

from udp2raw.

iz4tow avatar iz4tow commented on June 1, 2024

Bananapi R3

from udp2raw.

HiGarfield avatar HiGarfield commented on June 1, 2024

udp2raw_aarch64_cortex-a53_bin.zip
You can use either the udp2raw binary or the udp2raw_e42f0e57-1_aarch64_cortex-a53.ipk package.

from udp2raw.

iz4tow avatar iz4tow commented on June 1, 2024

It works!
But how can I compile it by myself? Do you have a guide?

from udp2raw.

HiGarfield avatar HiGarfield commented on June 1, 2024

I have prepared the Openwrt package source (Makefiles and a patch). You can compile it using Openwrt SDK.

Steps:

  1. Unzip the Openwrt SDK.
  2. Unzip udp2raw.zip and place the udp2raw folder into packages.
  3. Run the following commands:
rm -f .config && make defconfig
make package/udp2raw/clean V=s
make package/udp2raw/compile V=s

Then you can find the package bin/packages/aarch64_cortex-a53/base/udp2raw_e42f0e57-1_aarch64_cortex-a53.ipk, and also the binary build_dir/target-aarch64_cortex-a53_musl/udp2raw-e42f0e57/.pkgdir/udp2raw/usr/bin/udp2raw.

More details can be found at https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk

from udp2raw.

iz4tow avatar iz4tow commented on June 1, 2024

Ok it works. But where did you find udpraw.zip? I would like to compile any new version by myself

Thanks

from udp2raw.

iz4tow avatar iz4tow commented on June 1, 2024

Perfect.
Could be a good idea to add a wiki on https://github.com/sensec/openwrt-udp2raw

Thanks a lot

from udp2raw.

wangyu- avatar wangyu- commented on June 1, 2024

i will include arm64 version in next release.

from udp2raw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.