AllJoyn最新版本问世啦。。楼主给来个批量下载……

技术菌的blog 2015-05-17 11:33:18
AllJoyn 15.04 版本git下载地址在这里:https://allseenalliance.org/developers/download
或者

但是楼主觉得还是麻烦了点,由于现在alljoyn开发还不怎么完善,各模块较分散,好想统一下载编译安装啊。。看到了官方提供的git仓库:https://git.allseenalliance.org/cgit,感觉可以试试。说实在也简单,不就是反复git clone嘛。so 以下就是我在windows下的批处理文件(如果是linux环境 ,也非常好用shell嘛),用以批量下载相关alljoyn模块

rem 创建一个根目录,进入些根目录,然后进行以下操作(LZ选择了一些自己认为重要的模块)
md core
cd core
git clone https://git.allseenalliance.org/gerrit/core/about_tcl.git
git clone https://git.allseenalliance.org/gerrit/core/ajtcl.git
git clone https://git.allseenalliance.org/gerrit/core/devmodules.git
git clone https://git.allseenalliance.org/gerrit/core/openwrt_feed.git
git clone https://git.allseenalliance.org/gerrit/core/peergroupmanager.git
git clone https://git.allseenalliance.org/gerrit/core/securitymgr.git
git clone https://git.allseenalliance.org/gerrit/core/test.git
git clone https://git.allseenalliance.org/gerrit/core/alljoyn-js.git
cd ..

md data
cd data
git clone https://git.allseenalliance.org/gerrit/data/datadriven_api.git
cd ..

md extras
cd extras
git clone https://git.allseenalliance.org/gerrit/extras/automation.git
git clone https://git.allseenalliance.org/gerrit/extras/hackfest.git
git clone https://git.allseenalliance.org/gerrit/extras/tutorials.git
cd ..

md gateway
cd gateway
git clone https://git.allseenalliance.org/gerrit/gateway/gwagent.git
git clone https://git.allseenalliance.org/gerrit/gateway/update.git
cd ..

md multimedia
cd multimedia
git clone https://git.allseenalliance.org/gerrit/multimedia/audio.git
cd ..

md services
cd services
git clone https://git.allseenalliance.org/gerrit/services/base.git
git clone https://git.allseenalliance.org/gerrit/services/base_tcl.git
git clone https://git.allseenalliance.org/gerrit/services/config.git
git clone https://git.allseenalliance.org/gerrit/services/controlpanel.git
git clone https://git.allseenalliance.org/gerrit/services/filetransfer.git
git clone https://git.allseenalliance.org/gerrit/services/notification.git
git clone https://git.allseenalliance.org/gerrit/services/notification_viewer.git
git clone https://git.allseenalliance.org/gerrit/services/onboarding.git
git clone https://git.allseenalliance.org/gerrit/services/sample_apps.git
git clone https://git.allseenalliance.org/gerrit/services/services_common.git
git clone https://git.allseenalliance.org/gerrit/services/simulators.git
cd ..

md smarthome
cd smarthome
git clone https://git.allseenalliance.org/gerrit/smarthome/homeservice.git
cd ..


下载完后,目录情况如下:


一种常见 的编译可以是像官方这样:


当然,其它模块如何用就要靠大家看DOC文档了。
...全文
371 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
技术菌的blog 2015-05-17
  • 打赏
  • 举报
回复
自顶一下。。

678

社区成员

发帖
与我相关
我的任务
社区描述
智能路由器通常具有独立的操作系统,包括OpenWRT、eCos、VxWorks等,可以由用户自行安装各种应用,实现网络和设备的智能化管理。
linuxpython 技术论坛(原bbs)
社区管理员
  • 智能路由器社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧