Howdy,
I have played around with OpenBTS before and now I wanted to look into YateBTS.
I am on Ubuntu 12.04 with a USRP N210.
I have followed the instruction to roll my own YateBTS given at the wiki:
http://wiki.yatebts.com/index.php/Main_Page I get to the point that I can run Yate and then in a separate terminal run:
telnet 127.0.0.1 5038
I can talk to the eliza bot and run nib commands such as:
nib list registered
every time that I go to a browser and try to go to
http://127.0.0.1/yatebts_nib I just get a Not Found page.
I have tried to follow all instructions at both
http://wiki.yatebts.com/index.php/Javascript_NIBhttp://wiki.yatebts.com/index.php/Network_in_a_Box#Web_UI_for_NIB_ManagementCan anyone suggest any help on how to access the web GUI or what I could be missing.
Thank you very much
######################################################################
Update :
I was able to fix the issue. The issue was not with YateBTS but with Apache.
I just needed to apt-get libapache2-mod-php5 and now I have the proper browser interface and phones can connect.