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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where do you learn about things like telephony, elevators, and radios?

3 点作者 J0_k3r超过 4 年前
I've been interested in the EM spectrum, telephony, and elevator operations for a while. While I went and got my amateur radio operator's certificate, I haven't been able to find many resources at all for telephony and elevators with regards to things like how PSTNs work. I'm wondering if any of you have better resources than I do that you'd be willing to share.

1 comment

JPLeRouzic超过 4 年前
It depends what you mean by &quot;learning telephony&quot;. Most telecom protocols are public, for mobile phones you can look at the 3GPP web site, for Wi-Fi look at IEEE 802.11, etc<p>But those are protocols, the hardware and software are proprietary so one outsider has no opportunity to learn anything. Patents are sometime very informative (but not so often).<p>And often the parameters of those hardware are known only by a few people, even in giant companies.<p>But there are open source telecom hardware websites. For example there are open source LTE base stations [0]. There are IMS implementations [2].<p>There are also innovative open source projects for example to create alternative networks based on Wi-Fi instead of LTE.<p>[0] <a href="https:&#x2F;&#x2F;bellard.org&#x2F;lte&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bellard.org&#x2F;lte&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;search?q=IMS+IP+multimedia+subsystem" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;search?q=IMS+IP+multimedia+subsystem</a>