An open API service indexing awesome lists of open source software.

https://github.com/weimingtom/mt300nv2_playground

My GL-MT300N-V2 playground
https://github.com/weimingtom/mt300nv2_playground

gl-mt300n-v2

Last synced: 2 months ago
JSON representation

My GL-MT300N-V2 playground

Awesome Lists containing this project

README

        

# mt300nv2_playground
My GL-MT300N-V2 playground

## Cross compiler, mipsel-openwrt-linux-gcc
* https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt76x8/openwrt-toolchain-23.05.3-ramips-mt76x8_gcc-12.3.0_musl.Linux-x86_64.tar.xz
* https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt76x8/
* https://openwrt.org/toh/gl.inet/gl-mt300n_v2
* https://openwrt.org/toh/start
* https://openwrt.org/supported_devices
* https://blog.csdn.net/p1279030826/article/details/115599946

## tinybasic-pmachapman
* https://github.com/weimingtom/tinybasic_cpp
* https://github.com/amihart/MIPSelBinaries
* https://github.com/noczero/PASCAL-DAP/blob/master/Tubes/References/HPSource/Source16/C/BAS-INT/BAS-INT.C
* https://github.com/weimingtom/tinybasic_csharp
* https://gist.github.com/pmachapman/661f0fff9814231fde48
* https://github.com/weimingtom/wmt_basic_study

## python-2.2.2
* https://github.com/weimingtom/cecilia
* (done) TODO: build failed on MSYS2 MINGW64

## lua-5.1.4
* https://lua.org/ftp/

## ruby-1.8.4
* https://github.com/weimingtom/eriri/tree/master/rubyjni/jni/ruby-1.8.4
* https://www.ruby-lang.org/zh_cn/downloads/releases/
* https://cache.ruby-lang.org/pub/ruby/1.8/ruby-1.8.4.tar.gz
* TODO: build failed on MSYS2 MINGW64

## ascii-invaders
* https://github.com/buildroot/buildroot/tree/master/package/ascii-invaders
* https://github.com/macdice/ascii-invaders
* https://sources.buildroot.net/ncurses/
* (use this) ncurses-6.4-20230603.tar.gz
* (not used) ncurses-6.5.tar.gz
* https://invisible-island.net/ncurses/
* https://blog.csdn.net/qq_26962739/article/details/138335425
* (not used) https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
* usage:
```
# cd /dev/shm
# mkdir x
# cp xterm-256color ./x/
# TERM=xterm-256color TERMINFO=. ./ascii_invaders
(Press space to start, press q to exit)
```

## TODO
* (done)