匿名
尚未登入
登入
flip the world
搜尋
檢視OpenSync的原始碼
出自flip the world
命名空間
頁面
討論
更多
更多
頁面操作
閱讀
檢視原始碼
歷史
←
OpenSync
您沒有權限執行編輯此頁面,由於以下原因:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
== ESPlorer == == Yocto == == OpenWrt == * Makefile <pre> # # Copyright (C) 2019 Tommy C. Liu # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=opensync PKG_VERSION:=master PKG_RELEASE:=1 PKG_MAINTAINER:=Tommy C. Liu <tommy.using@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=docs/LICENSE PKG_USE_MIPS16:=0 #PKG_AUTOMAKE_PATHS:=src PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/plume-design/opensync PKG_SOURCE_VERSION:=e368be0df2763895ed7877ae9e802c40fd38af40 PKG_MIRROR_HASH:=2036cedd366c9f38583986d27b1aabb49a0e120641cc9e9023c83e4ac5dae5ed include $(INCLUDE_DIR)/package.mk #CONFIGURE_PATH:=src #MAKE_PATH:=src define Package/opensync SECTION:=net CATEGORY:=Network SUBMENU:=wireless TITLE:=Cloud-agnostic software for the delivery, curation, and management of services for the modern home. URL:=https://github.com/plume-design/opensync DEPENDS:=+jansson +libev +libprotobuf-c +libopenssl +libmosquitto +zlib CFLAGS="$(TARGET_CFLAGS) -Wall" endef define Package/opensync/description It acts as a silicon, CPE, and cloud-agnostic connection between in-home hardware devices and the cloud. It provides modern utilities for collecting measurements and statistics from devices, controlling and managing devices, and provides capabilities for specific services including Wi-Fi meshing, access control, cyber security, parental controls, and IoT onboarding and telemetry. endef define Build/Compile $(call Build/Compile/Default) endef define Package/opensync/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/work/native/bin/* $(1)/usr/sbin/ endef $(eval $(call BuildPackage,opensync)) </pre>
返回到「
OpenSync
」。
導覽
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
wiki工具
wiki工具
特殊頁面
頁面工具
頁面工具
使用者頁面工具
更多
連結至此的頁面
相關變更
頁面資訊
頁面日誌