10 个版本
0.0.10 | 2022 年 8 月 4 日 |
---|---|
0.0.9 | 2022 年 8 月 4 日 |
0.0.8 | 2022 年 6 月 14 日 |
0.0.2 | 2022 年 5 月 25 日 |
1198 在 数据结构 中
每月下载 35 次
65KB
1.5K SLoC
LIF_Server
一个用于雾计算中空间元组使用的库
该库提供了使用 UDP 和 TCP 协议创建服务器的可能性。这些服务器允许访问存储元组空间的存储库。这些原语基于 Rustupolis 库
以下是不同命令的列表
create {creation_attribute} {tuple_space_name} {permission_attribute}
create {creation_attribute} {tuple_space_name} {read_permission_attribute} {in_permission_attribute} {out_permission_attribute} {delete_permission_attribute}
delete {delete_permission_attribute} {tuple_space_name}
attach {tuple_space_name} {permission_attribute}*
out {tuple}
out {tuple}(,{tuple})*
read {tuple}
read {tuple} (,{tuple})*
in {tuple}
in {tuple} (,{tuple})*
在文件 \example
中提供了启动 2 个服务器的示例
里程碑
- 在网络中提供元组空间
- 添加访问控制系统
- 添加通信加密
- 添加数据持久化系统
- 添加数据放置策略系统
依赖关系
~7–17MB
~224K SLoC