<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.recessim.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phaseloop</id>
	<title>RECESSIM - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.recessim.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Phaseloop"/>
	<link rel="alternate" type="text/html" href="https://wiki.recessim.com/view/Special:Contributions/Phaseloop"/>
	<updated>2026-05-15T14:03:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1529</id>
		<title>Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1529"/>
		<updated>2021-09-02T18:42:42Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: add ftp/telnet info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
After wikipedia: ''The '''Broadband Global Area Network''' ('''BGAN''') is a global satellite network with telephony owned by Inmarsat using portable terminals.  The terminals are normally used to connect a laptop computer to broadband Internet in remote locations, although as long as line-of-sight to the satellite exists''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From technical perspective BGAN is an UMTS compatible network running on L-Band satellite frequencies - with the terminal receiving frequencies of 1525.0-1559.0MHz &amp;amp; transmitting frequencies of 1626.5-1660.5MHz. BGAN is standarized under ETSI GMR-1 standard.&lt;br /&gt;
&lt;br /&gt;
RBGAN (Regional BGAN) was initial service offering by Inmarsat, limited to 144 kbps and using leased regional beams from Thuraya satellites. After Inmarsat I-4 satellites were deployed, service was superseded by BGAN with more beams and higher capacity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Goal of this reverse engineering effort is to get access to potential debugging modes to decode Inmarsat BGAN control channels (as I suppose control channels are still compatible between RBGAN and BGAN). Same goal can be probably achieved using SDR radio and [https://projects.osmocom.org/projects/gmr/wiki Osmocom GMR] project as both BGAN and Thuraya use GMR-1 protocols.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Terminal connectivity===&lt;br /&gt;
Hughes 9101 can be interfaced using Ethernet, Bluetooth and USB.Only one interface can be active - you select interface using &amp;quot;select&amp;quot; button and then modem restarts with selected interface active. To check what interface is active - press &amp;quot;select&amp;quot; for 2 seconds and proper LED blinks for a very short time.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Bluetooth - device is detected as some kind of ancient Bluetooth PPP profile, probably additional drivers are needed (bluetooth password: &amp;quot;blue&amp;quot;)&lt;br /&gt;
*USB - no known drivers, although I suspect this is some kind of virtual/RNDIS-type device, showing as ethernet network card on your PC&lt;br /&gt;
*Ethernet (actually works)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IP address: 192.168.128.100&lt;br /&gt;
&lt;br /&gt;
Open ports&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Port number&lt;br /&gt;
!Protocol&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Port number&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|TCP&lt;br /&gt;
|FTP - user/password is: eetadmin/eetlogin&lt;br /&gt;
FTP according to documentation is used to upgrade the firmware using PC application (not found anywhere yet). It is also possible to download and upload modem config file.&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|TCP&lt;br /&gt;
|Telnet - user/password is: eetadmin/eetlogin&lt;br /&gt;
After authorization, VxWorks kernel shell starts on console.&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|TCP&lt;br /&gt;
|Web interface. Used to configure device and assists with pointing it to the proper satellite. Part of the interface is in Java and uses proprietary debug interface.&lt;br /&gt;
Please note that without BGAN SIM car, web interface will not start - leaving you with an error message. You cannot trick it by inserting regular SIM card.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Operating system===&lt;br /&gt;
OS is VxWorks 5.4.2 working on Intel SmartARM ARMSA1100&amp;lt;br /&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;abap&amp;quot;&amp;gt;&lt;br /&gt;
VxWorks (for HNS inmEET - ARMSA1110) version VxWorks5.4.2.&lt;br /&gt;
&lt;br /&gt;
Kernel: WIND version 2.5.&lt;br /&gt;
&lt;br /&gt;
Made on Jul 11 2005, 14:12:40.&lt;br /&gt;
&lt;br /&gt;
Boot line:&lt;br /&gt;
&lt;br /&gt;
tffsBootDev(0,0)host:/tffs0/vxWorks h=192.168.128.50 e=192.168.128.100:ffffff00 g=192.168.128.200 u=anonymous pw=inmarsat  o=ekh&lt;br /&gt;
&lt;br /&gt;
value = 140 = 0x8c&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1528</id>
		<title>Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1528"/>
		<updated>2021-08-18T09:42:18Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
After wikipedia: ''The '''Broadband Global Area Network''' ('''BGAN''') is a global satellite network with telephony owned by Inmarsat using portable terminals.  The terminals are normally used to connect a laptop computer to broadband Internet in remote locations, although as long as line-of-sight to the satellite exists''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From technical perspective BGAN is an UMTS compatible network running on L-Band satellite frequencies - with the terminal receiving frequencies of 1525.0-1559.0MHz &amp;amp; transmitting frequencies of 1626.5-1660.5MHz. BGAN is standarized under ETSI GMR-1 standard.&lt;br /&gt;
&lt;br /&gt;
RBGAN (Regional BGAN) was initial service offering by Inmarsat, limited to 144 kbps and using leased regional beams from Thuraya satellites. After Inmarsat I-4 satellites were deployed, service was superseded by BGAN with more beams and higher capacity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Goal of this reverse engineering effort is to get access to potential debugging modes to decode Inmarsat BGAN control channels (as I suppose control channels are still compatible between RBGAN and BGAN). Same goal can be probably achieved using SDR radio and [https://projects.osmocom.org/projects/gmr/wiki Osmocom GMR] project as both BGAN and Thuraya use GMR-1 protocols.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Terminal connectivity===&lt;br /&gt;
Hughes 9101 can be interfaced using Ethernet, Bluetooth and USB.Only one interface can be active - you select interface using &amp;quot;select&amp;quot; button and then modem restarts with selected interface active. To check what interface is active - press &amp;quot;select&amp;quot; for 2 seconds and proper LED blinks for a very short time.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Bluetooth - device is detected as some kind of ancient Bluetooth PPP profile, probably additional drivers are needed (bluetooth password: &amp;quot;blue&amp;quot;)&lt;br /&gt;
*USB - no known drivers, although I suspect this is some kind of virtual/RNDIS-type device, showing as ethernet network card on your PC&lt;br /&gt;
*Ethernet (actually works)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IP address: 192.168.128.100&lt;br /&gt;
&lt;br /&gt;
Open ports&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Port number&lt;br /&gt;
!Protocol&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Port number&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|TCP&lt;br /&gt;
|Web interface. Used to configure device and assists with pointing it to the proper satellite. Part of the interface is in Java and uses proprietary debug interface.&lt;br /&gt;
Please note that without BGAN SIM car, web interface will not start - leaving you with an error message. You cannot trick it by inserting regular SIM card.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Operating system===&lt;br /&gt;
OS is VxWorks 5.4.2 working on Intel SmartARM ARMSA1100&amp;lt;br /&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;abap&amp;quot;&amp;gt;&lt;br /&gt;
VxWorks (for HNS inmEET - ARMSA1110) version VxWorks5.4.2.&lt;br /&gt;
&lt;br /&gt;
Kernel: WIND version 2.5.&lt;br /&gt;
&lt;br /&gt;
Made on Jul 11 2005, 14:12:40.&lt;br /&gt;
&lt;br /&gt;
Boot line:&lt;br /&gt;
&lt;br /&gt;
tffsBootDev(0,0)host:/tffs0/vxWorks h=192.168.128.50 e=192.168.128.100:ffffff00 g=192.168.128.200 u=anonymous pw=inmarsat  o=ekh&lt;br /&gt;
&lt;br /&gt;
value = 140 = 0x8c&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1527</id>
		<title>Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1527"/>
		<updated>2021-08-17T19:26:49Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
After wikipedia: ''The '''Broadband Global Area Network''' ('''BGAN''') is a global satellite network with telephony owned by Inmarsat using portable terminals.  The terminals are normally used to connect a laptop computer to broadband Internet in remote locations, although as long as line-of-sight to the satellite exists''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From technical perspective BGAN is an UMTS compatible network running on L-Band satellite frequencies - with the terminal receiving frequencies of 1525.0-1559.0MHz &amp;amp; transmitting frequencies of 1626.5-1660.5MHz. BGAN is standarized under ETSI GMR-1 standard.&lt;br /&gt;
&lt;br /&gt;
RBGAN (Regional BGAN) was initial service offering by Inmarsat, limited to 144 kbps and using leased regional beams from Thuraya satellites. After Inmarsat I-4 satellites were deployed, service was superseded by BGAN with more beams and higher capacity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Goal of this reverse engineering effort is to get access to potential debugging modes to decode Inmarsat BGAN control channels (as I suppose control channels are still compatible between RBGAN and BGAN). Same goal can be probably achieved using SDR radio and [https://projects.osmocom.org/projects/gmr/wiki Osmocom GMR] project as both BGAN and Thuraya use GMR-1 protocols.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Terminal connectivity===&lt;br /&gt;
Hughes 9101 can be interfaced using Ethernet, Bluetooth and USB.Only one interface can be active - you select interface using &amp;quot;select&amp;quot; button and then modem restarts with selected interface active. To check what interface is active - press &amp;quot;select&amp;quot; for 2 seconds and proper LED blinks for a very short time.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Bluetooth - device is detected as some kind of ancient Bluetooth PPP profile, probably additional drivers are needed (bluetooth password: &amp;quot;blue&amp;quot;)&lt;br /&gt;
*USB - no known drivers, although I suspect this is some kind of virtual/RNDIS-type device, showing as ethernet network card on your PC&lt;br /&gt;
*Ethernet (actually works)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IP address: 192.168.128.100&lt;br /&gt;
&lt;br /&gt;
Open ports&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Port number&lt;br /&gt;
!Protocol&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Port number&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|TCP&lt;br /&gt;
|Web interface. Used to configure device and assists with pointing it to the proper satellite. Part of the interface is in Java and uses proprietary debug interface.&lt;br /&gt;
Please note that without BGAN SIM car, web interface will not start - leaving you with an error message. You cannot trick it by inserting regular SIM card.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Operating system ===&lt;br /&gt;
OS is VxWorks 5.4.2 working on Intel SmartARM ARMSA1100&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
VxWorks (for HNS inmEET - ARMSA1110) version VxWorks5.4.2.&lt;br /&gt;
&lt;br /&gt;
Kernel: WIND version 2.5.&lt;br /&gt;
&lt;br /&gt;
Made on Jul 11 2005, 14:12:40.&lt;br /&gt;
&lt;br /&gt;
Boot line:&lt;br /&gt;
&lt;br /&gt;
tffsBootDev(0,0)host:/tffs0/vxWorks h=192.168.128.50 e=192.168.128.100:ffffff00 g=192.168.128.200 u=anonymous pw=inmarsat  o=ekh&lt;br /&gt;
&lt;br /&gt;
value = 140 = 0x8c&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1526</id>
		<title>Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1526"/>
		<updated>2021-08-17T17:22:11Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
After wikipedia: ''The '''Broadband Global Area Network''' ('''BGAN''') is a global satellite network with telephony owned by Inmarsat using portable terminals.  The terminals are normally used to connect a laptop computer to broadband Internet in remote locations, although as long as line-of-sight to the satellite exists''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From technical perspective BGAN is an UMTS compatible network running on L-Band satellite frequencies - with the terminal receiving frequencies of 1525.0-1559.0MHz &amp;amp; transmitting frequencies of 1626.5-1660.5MHz. BGAN is standarized under ETSI GMR-1 standard.&lt;br /&gt;
&lt;br /&gt;
RBGAN (Regional BGAN) was initial service offering by Inmarsat, limited to 144 kbps and using leased regional beams from Thuraya satellites. After Inmarsat I-4 satellites were deployed, service was superseded by BGAN with more beams and higher capacity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Goal of this reverse engineering effort is to get access to potential debugging modes to decode Inmarsat BGAN control channels (as I suppose control channels are still compatible between RBGAN and BGAN). Same goal can be probably achieved using SDR radio and [https://projects.osmocom.org/projects/gmr/wiki Osmocom GMR] project as both BGAN and Thuraya use GMR-1 protocols.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Terminal connectivity===&lt;br /&gt;
Hughes 9101 can be interfaced using Ethernet, Bluetooth and USB.Only one interface can be active - you select interface using &amp;quot;select&amp;quot; button and then modem restarts with selected interface active. To check what interface is active - press &amp;quot;select&amp;quot; for 2 seconds and proper LED blinks for a very short time.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Bluetooth - device is detected as some kind of ancient Bluetooth PPP profile, probably additional drivers are needed (bluetooth password: &amp;quot;blue&amp;quot;)&lt;br /&gt;
*USB - no known drivers, although I suspect this is some kind of virtual/RNDIS-type device, showing as ethernet network card on your PC&lt;br /&gt;
*Ethernet (actually works)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IP address: 192.168.128.100&lt;br /&gt;
&lt;br /&gt;
Open ports&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Port number&lt;br /&gt;
!Protocol&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Port number&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|TCP&lt;br /&gt;
|Web interface. Used to configure device and assists with pointing it to the proper satellite. Part of the interface is in Java and uses proprietary debug interface.&lt;br /&gt;
Please note that without BGAN SIM car, web interface will not start - leaving you with an error message. You cannot trick it by inserting regular SIM card.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1525</id>
		<title>Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Hughes_HNS_9101_Inmarsat_Regional_BGAN_Satellite_Modem&amp;diff=1525"/>
		<updated>2021-08-17T17:20:24Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: Initial edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
After wikipedia: ''The '''Broadband Global Area Network''' ('''BGAN''') is a global satellite network with telephony owned by Inmarsat using portable terminals.  The terminals are normally used to connect a laptop computer to broadband Internet in remote locations, although as long as line-of-sight to the satellite exists''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From technical perspective BGAN is an UMTS compatible network running on L-Band satellite frequencies - with the terminal receiving frequencies of 1525.0-1559.0MHz &amp;amp; transmitting frequencies of 1626.5-1660.5MHz. BGAN is standarized under ETSI GMR-1 standard.&lt;br /&gt;
&lt;br /&gt;
RBGAN (Regional BGAN) was initial service offering by Inmarsat, limited to 144 kbps and using leased regional beams from Thuraya satellites. After Inmarsat I-4 satellites were deployed, service was superseded by BGAN with more beams and higher capacity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Goal of this reverse engineering effort is to get access to potential debugging modes to decode Inmarsat BGAN control channels (as I suppose control channels are still compatible between RBGAN and BGAN). Same goal can be probably achieved using SDR radio and [https://projects.osmocom.org/projects/gmr/wiki Osmocom GMR] project as both BGAN and Thuraya use GMR-1 protocols.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Terminal connectivity ===&lt;br /&gt;
Hughes 9101 can be interfaced using Ethernet, Bluetooth and USB.Only one interface can be active - you select interface using &amp;quot;select&amp;quot; button and then modem restarts with selected interface active. To check what interface is active - press &amp;quot;select&amp;quot; for 2 seconds and proper LED blinks for a very short time.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Bluetooth - device is detected as some kind of ancient Bluetooth PPP profile, probably additional drivers are needed.&lt;br /&gt;
* USB - no known drivers, although I suspect this is some kind of virtual/RNDIS-type device, showing as ethernet network card on your PC&lt;br /&gt;
* Ethernet (actually works) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IP address: 192.168.128.100&lt;br /&gt;
&lt;br /&gt;
Open ports&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Port number&lt;br /&gt;
!Protocol&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|Port number&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|TCP&lt;br /&gt;
|Web interface. Used to configure device and assists with pointing it to the proper satellite. Part of the interface is in Java and uses proprietary debug interface.&lt;br /&gt;
Please note that without BGAN SIM car, web interface will not start - leaving you with an error message. You cannot trick it by inserting regular SIM card.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Software_Tools&amp;diff=1508</id>
		<title>Software Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Software_Tools&amp;diff=1508"/>
		<updated>2021-08-13T14:27:15Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: add Universal Radio Hacker reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Schematic Capture.png|thumb|Schematic of an embedded device]]&lt;br /&gt;
Disassemblers, Decompilers, Development Tools, Schematic/PCB Capture and other reverse engineering software. If you used it while reverse engineering, list it here!&lt;br /&gt;
==Tool Index==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Signals Analysis ====&lt;br /&gt;
[https://github.com/jopohl/urh Universal Radio Hacker] - tool to analyze and extract data from SDR-captured radio signals (especially pilots, ISM RF devices, etc). See youtube for tutorials and examples.&lt;br /&gt;
&lt;br /&gt;
==== Binary reverse engineering ====&lt;br /&gt;
[https://binary.ninja/ Binary Ninja] - reverse-engineering platform that can disassemble a binary and display the disassembly in linear or graph views.&lt;br /&gt;
&lt;br /&gt;
[https://www.nsa.gov/resources/everyone/ghidra/ Ghidra] - Ghidra is an open source software reverse engineering (SRE) framework developed by NSA's [https://www.nsa.gov/what-we-do/research/ Research] Directorate for NSA's [https://www.nsa.gov/what-we-do/cybersecurity/ cybersecurity mission].&lt;br /&gt;
&lt;br /&gt;
[https://www.hex-rays.com/products/ida/ IDA] - The IDA Disassembler and Debugger is an interactive, programmable, extensible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X.&lt;br /&gt;
&lt;br /&gt;
[https://github.com/vivisect/vivisect Vivisect] - Vivisect binary analysis framework.  Includes Disassembler, Debugger, Emulation and Symbolik analysis engines.  Includes built-in Server and Shared-Workspace functionality.  Runs interactive or headless, programmable, extensible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X (Pure-Python, using ctypes to access underlying OS debug mechanism).  Supports RevSync via plugin, allowing basic collaboration with Binja, Ghidra, and IDA.  Criticisms (from a core dev): &amp;quot;Graph View could use some work, slower than Binja and IDA (due to Python), documentation like an OpenSource Project... but we keep working to make it better.  PR's and suggestions welcome.&amp;quot;  Best installed via Pip:  &amp;lt;code&amp;gt;python3 -m pip install vivisect&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://codisec.com/veles/ Veles] - Open source tool for binary data analysis (No longer actively developed).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
Tools are great, and sometimes free! Without knowing how to use them, they can be a big waste of time. Better to spend your time learning the basics, then apply your knowledge. &lt;br /&gt;
&lt;br /&gt;
[https://github.com/mytechnotalent/Reverse-Engineering-Tutorial Reverse Engineering Tutorial] - A comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM &amp;amp; 64-bit ARM architectures.&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Electronic_Tools&amp;diff=1507</id>
		<title>Electronic Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Electronic_Tools&amp;diff=1507"/>
		<updated>2021-08-13T14:23:33Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: /* Tool Index */ add info on RSP1A SDR&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;templatestyles src=&amp;quot;Template:Main_page/styles.css&amp;quot; /&amp;gt;&lt;br /&gt;
[[File:Electronic Tools.jpeg|thumb|Oscilloscope and various multimeters]]&lt;br /&gt;
Multimeters, Function Generators, Oscilloscopes, Logic Analyzers, Spectrum Analyzers, Software Defined Radio's and Open Source/Community Designed Tools. If you used it while reverse engineering, list it here!&lt;br /&gt;
==Tool Index==&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tools_row1&amp;quot; class=&amp;quot;mainpage_row&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;mainpage_box&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h3&amp;gt;[[File:OOjs UI icon viewCompact.png|link=|alt=|20x20px]] &amp;lt;span&amp;gt;Software Defined Radio’s&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;Electronic_Tools-SDR&amp;quot; title=&amp;quot;Software Defined Radio’s&amp;quot; class=&amp;quot;items&amp;quot;&amp;gt;&lt;br /&gt;
[https://www.rtl-sdr.com/about-rtl-sdr/ RTL-SDR] - Very low cost (~$30) receiver operating from about 52MHz to 2200MHz.&lt;br /&gt;
&lt;br /&gt;
[https://www.sdrplay.com/rsp1a/ SDRPlay RSP1a] - Medium cost (~$160) receiver operating from 100 Khz to 2000 MHZ. Device includes a lot of selectable filters (to cancel broadcast FM, WiFi interference, PC interference etc).&lt;br /&gt;
&lt;br /&gt;
[https://greatscottgadgets.com/hackrf/one/ HackRF One] - Capable of transmission or reception of radio signals from 1 MHz to 6 GHz. Open source hardware platform that can be used as a USB peripheral or programmed for stand-alone operation. Cost ~$340&lt;br /&gt;
&lt;br /&gt;
[https://www.ettus.com/all-products/ub200-kit/ Ettus Research USRP B200] - Universal Software Radio Peripheral with continuous frequency coverage from 70 MHz –6 GHz. Wider bandwidth and higher resolution ADC/DAC than the HackRF; cost with enclosure ~$875.&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;div class=&amp;quot;mainpage_box&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h3&amp;gt;[[File:OOjs UI icon viewCompact.png|link=|alt=|20x20px]] &amp;lt;span&amp;gt;Debugging Tools&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;Debugging_Tools&amp;quot; title=&amp;quot;Debugging Tools&amp;quot; class=&amp;quot;items&amp;quot;&amp;gt;&lt;br /&gt;
[[JTAGulator]] - open source hardware tool that assists in identifying OCD connections from test points, vias, or component pads on a target device.&lt;br /&gt;
&lt;br /&gt;
[https://www.tincantools.com/product/flyswatter2/ FlySwatter2] - In-circuit JTAG debugger and programmer.&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;tools_row2&amp;quot; class=&amp;quot;mainpage_row&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;mainpage_box&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h3&amp;gt;[[File:OOjs UI icon viewCompact.png|link=|alt=|20x20px]] &amp;lt;span&amp;gt;Test Enclosures&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;Test_Enclosures&amp;quot; title=&amp;quot;Test Enclosures&amp;quot; class=&amp;quot;items&amp;quot;&amp;gt;&lt;br /&gt;
[[Ramsey STE-3000 Shielded Test Enclosure]] - Faraday cage for isolating RF signals&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;div class=&amp;quot;mainpage_box&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h3&amp;gt;[[File:OOjs UI icon viewCompact.png|link=|alt=|20x20px]] &amp;lt;span&amp;gt;IC Decapsulating&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;IC_Decapsulating&amp;quot; title=&amp;quot;IC Decapsulating&amp;quot; class=&amp;quot;items&amp;quot;&amp;gt;&lt;br /&gt;
[[B&amp;amp;G International Decapsulator Model 250]] - Acid etching decapsulation tool from the early 2000's&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Industrial&amp;diff=1506</id>
		<title>Industrial</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Industrial&amp;diff=1506"/>
		<updated>2021-08-13T13:59:02Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:BG Model 250 Side 1.JPG|thumb|Fluid control valves for acid in integrated circuit decapping machine]]&lt;br /&gt;
Access Control, Camera Systems, Infrastructure (Power, Gas and Water Meters), SCADA and any other industrial systems.&lt;br /&gt;
==Device Index==&lt;br /&gt;
[[Advanced Metering Infrastructure]]&lt;br /&gt;
&lt;br /&gt;
[[B&amp;amp;G International Decapsulator Model 250]]&lt;br /&gt;
&lt;br /&gt;
[[LMS-6 Radiosonde]]&lt;br /&gt;
&lt;br /&gt;
[[Electronic Parking Meter]]&lt;br /&gt;
&lt;br /&gt;
[[Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem]]&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.recessim.com/w/index.php?title=Industrial&amp;diff=1505</id>
		<title>Industrial</title>
		<link rel="alternate" type="text/html" href="https://wiki.recessim.com/w/index.php?title=Industrial&amp;diff=1505"/>
		<updated>2021-08-13T13:58:48Z</updated>

		<summary type="html">&lt;p&gt;Phaseloop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:BG Model 250 Side 1.JPG|thumb|Fluid control valves for acid in integrated circuit decapping machine]]&lt;br /&gt;
Access Control, Camera Systems, Infrastructure (Power, Gas and Water Meters), SCADA and any other industrial systems.&lt;br /&gt;
==Device Index==&lt;br /&gt;
[[Advanced Metering Infrastructure]]&lt;br /&gt;
&lt;br /&gt;
[[B&amp;amp;G International Decapsulator Model 250]]&lt;br /&gt;
&lt;br /&gt;
[[LMS-6 Radiosonde]]&lt;br /&gt;
&lt;br /&gt;
[[Electronic Parking Meter]]&lt;br /&gt;
[[Hughes HNS 9101 Inmarsat Regional BGAN Satellite Modem]]&lt;/div&gt;</summary>
		<author><name>Phaseloop</name></author>
		
	</entry>
</feed>