• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

devnoname120/vitacompanion: Plugin to ease the development of homebrews and plug ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

devnoname120/vitacompanion

开源软件地址:

https://github.com/devnoname120/vitacompanion

开源编程语言:

C 88.4%

开源软件介绍:

Vitacompanion

Vitacompanion is a user module which makes developing homebrews for the PS Vita device easier. It does two things:

  • Open a FTP server on port 1337
  • Listen to commands on port 1338

Build

mkdir build
cd build
cmake ..
make

Install

Run VitaShell on your PS Vita, press SELECT to activate the FTP server and copy vitacompanion.suprx to ur0:/tai. Finally, add the following line to ur0:/tai/config.txt:

*main
ur0:tai/vitacompanion.suprx

Usage

FTP server

You can upload stuff to your vita by running:

curl --ftp-method nocwd -T somefile.zip ftp://IP_TO_VITA:1337/ux0:/somedir/

Or you can use your regular FTP client.

Command server

Send a command by opening a TCP connection to the port 1338 of your Vita.

For example, you can reboot your vita by running:

echo reboot | nc IP_TO_PSVITA 1338

Note that you need to append a newline character to the command that you send. echo already adds one, which is why it works here.

Available commands

Command Arguments Explanation
destroy none kill all running applications
launch <TITLEID> launch an application by id e.g. launch VHBB00001 to launch the Vita Homebrew Browser
reboot none reboot the console
screen on or off turn screen on or off

Note: Commands are defined in src/cmd_definitions.c, you can add new commands there.

Integration in IDE's

VSCode

https://github.com/imcquee/vitacompanion-VSCODE

Acknowledgements

Thanks to xerpi for his vita-ftploader plugin, I stole a lot of his code (with his permission). Thanks to cpasjuste for PSP2SHELL, it inspired me to create this tool.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
willyzha/homebridge-network-sensor发布时间:2022-06-14
下一篇:
halide/homebrew-halide: Homebrew recipe for Halide binary distribution发布时间:2022-06-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap