TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Open-source release of IoT app environment Calvin

48 点作者 z0a将近 10 年前

4 条评论

jonpress将近 10 年前
This sounds like it could be useful if you want to have a bunch of IoT devices (possibly on the same network) which interact with each other directly without going through a central server.<p>In most cases though, your IoT devices do need to interact with a central authority (not just with each other). For example, if you have a web-based dashboard which displays the devices&#x27; state, it means that the devices will need to send that state to a central authority from time to time (in order to keep the web-based dashboard updated). Also, if you want users to interact with these devices from that dashboard, then the devices will need to receive commands from that central authority too.<p>What I&#x27;m getting at here is that in many cases, it&#x27;s more practical to make all your IoT devices talk to each other through remote servers than directly with each other because usually there is an element of &#x27;monitoring and coordination&#x27; which means that you need one or more remote servers to act as a central authority for the IoT network.<p>It may be more efficient to just make all the devices talk to each other through pub&#x2F;sub hosted by a central authority than directly with each other... Unless your IoT devices are fully autonomous and that data doesn&#x27;t need to be aggregated (which, to be fair, may cover some use cases).<p>Or maybe also this could be useful if this network of devices works in isolation - For example, the dashboard connects directly with your devices without needing to coordinate with external data from devices owned by other users.
IshKebab将近 10 年前
&gt; the basic functionality is simple enough to run on tiny IoT-devices<p>But it seems to be written in Python... Why do all of these IoT platforms forget that most things will be running on a Cortex M3 with 32 kB of RAM?<p>Or am I missing what this is? Their explanation is kind of buzzwordy.
评论 #9672295 未加载
评论 #9677513 未加载
评论 #9672623 未加载
评论 #9675353 未加载
fermigier将近 10 年前
Intriguing, but no doc, not even a research paper. A bit hard for the lay person to figure out the use cases.
评论 #9672394 未加载
panamafrank将近 10 年前
Why did ericsson ditch erlang?
评论 #9671706 未加载
评论 #9672230 未加载
评论 #9673850 未加载