gpt4 book ai didi

python - Antelope Contiki-OS

转载 作者:行者123 更新时间:2023-11-30 16:53:42 25 4
gpt4 key购买 nike

我刚刚开始研究Contiki-OS。我对 Contiki - Antelope 感兴趣。我尝试使用 AQL(Antelope 查询语言)在串行 Cooja 模拟中创建关系、属性和插入元组。像这样:

create relation simple;
create attribute id domain int in sample;
create attribute temp domain int in sample;
insert (1,1) into sample;
insert (2.2) into sample;
....

但是,我不知道如何自动插入大约1000个元组?我无法像这样编写本手册:

insert (1,1) into sample;
insert (2.2) into sample;
.....
inser (1000,1000) into sample;

如何自动添加1000个元组?

最佳答案

Contiki 包含一个 Antelope 示例,该示例自动将用户指定数量的元组插入数据库。请参阅 Contiki 源代码中的文件 Examples/antelope/netdb/netdb-server.c。

另请注意,您问题中列出的命令和查询中有多个拼写错误,这可能会导致一些问题。

关于python - Antelope Contiki-OS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40770631/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com