开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

#sBitx Can't connect over LAN #sBitx


 

I just built the latest version of sBitx from Ashar's github repo. When it starts, instead of displaying the web interface, it displays a generic directory page at port 8080. I can't connect to it on port 80.?


--

I can ping the sBitx (ping sbitx) and access it via ssh (ssh pi@sbitx), but to get the web browser (Edge) to display the directory page, I have to use the ip address (192.168.2.50:8080).

This is on the DE and I'm accessing it from Windows 10.


73,
Mark, N8ME


 

This is interesting. The proxy on port 80 of sbitx has redirected it to 8080 (mongoose signature on the return). However, the index.html has not been served.?
If port 8080 is serving the correct page, so should port 80.?
Can you check if another instance of sbitx is zombied somewhere?
- f


On Thu, Oct 19, 2023, 6:43 PM Mark Erbaugh <mark.election@...> wrote:
I just built the latest version of sBitx from Ashar's github repo. When it starts, instead of displaying the web interface, it displays a generic directory page at port 8080. I can't connect to it on port 80.?


--

I can ping the sBitx (ping sbitx) and access it via ssh (ssh pi@sbitx), but to get the web browser (Edge) to display the directory page, I have to use the ip address ().

This is on the DE and I'm accessing it from Windows 10.


73,
Mark, N8ME


 

I get the directory page on port 8080. My browser can't connect at all on port 80. I ran top and only see one copy of sbitx running.


--
73,
Mark, N8ME


 

I thought there was another release. Only June 21st is what I see.
--
Gyula HA3HZ


 

Mark, I don't see your address in all this.
Regards, Fred

On Thu, Oct 19, 2023 at 11:33?AM HA3HZ <gyula@...> wrote:
I thought there was another release. Only June 21st is what I see.
--
Gyula HA3HZ



--
Thanks and regards,

Fred Freeland - Northville Circuits Inc./NCI


 

Fred,

What do you mean?? I just snipped the display from my browser, I didn't include the address line, but it was

sbitx.local is recognized on my LAN. I can PING it and SSH into the sbitx pi with that address.
--
73,
Mark, N8ME


 

I was using an older install.txt file that didn't have the iptables instructions. I added the iptables commands found in the install.txt cloned from the repo. Now, I do connect to sbitx.local (port 80), but it's still just giving me the directory page. This is both on the RPi touch screen and if I try to connect with a web browser from another computer.

The command ./build sbitx completes without error and the old-style radio display on the RPi touch screen seems to launch and work just fine. It's just that when it lauches the web browser, it comes up with the directory. It's like it's not finding the directory with the HTML code.

I cloned the repo into the Pi's ~/Documents folder so the source code is in /home/pi/Documents/sbitx is that right or does it matter?
--
73,
Mark, N8ME


 

I figured it out. I had cloned the repo into /home/pi/Docuements. It needs to be cloned into /home/pi.? As a suggestion, could the code look for supporting files relative to where the sbitx file is located?
--
73,
Mark, N8ME