Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的节点项目使用 locomotivejs。当我启动 lcm 服务器命令机车时,默认监听端口 3000。我试图改变它,但没有任何效果。我觉得我错过了一些东西。我应该从哪里更改 lcm 服务器命令的侦听端口?
您可以使用 将端口作为选项传递给lcm命令-p,如下所示:
lcm
-p
lcm server -p 1234
参考: 来源从不说谎;)
杰夫,你可以使用以下命令:
lcm server -p [port_number]
其中 [port_number] 是您要使用的端口。
其他方法是设置env变量PORT,它会做同样的事情。可能您会发现以下有趣的方式来获取有关server命令的更多信息:
env
PORT
server
lcm server -h