FCOM forwards the following types of network messages:
No. If you'd like to remotely send a network message, consider using remote desktop software.
Personally, I recommend Chrome Remote Desktop
for its ease of setup, but any similar software (e.g. VNC, TeamViewer etc.) will work.
This is a commonly requested feature, so I might investigate the feasibility of such a feature in the future.
No.
No. The FCOM client only listens to network traffic from an official client (e.g .vPilot, Euroscope etc.), so there is no way for either network to find out if you're using FCOM.
What you do (or not do) is none of my business. However, FCOM does not exempt you from the IVAO R&R or VATSIM CoC. You are still responsible for all of your actions on either network. This includes responding to ATC and network supervisors.
Look, users that will break the rules are already doing so using software that already exists. FCOM is merely another tool that users can use for any purpose. Frankly, it's not that much different from remote desktop software or wireless headphones, both of which already allow users to flaunt the rules as-is.
On the Discord server, at the very top of the users list on the right.
Send a PM containing only one word, register
, to the bot.
#general
channel on the Discord channel, and the register
command isn't working.This command only works in private messages (PM) with the bot. Please PM the bot to get a Discord code.
Yes. FCOM piggybacks onto an existing IVAO/VATSIM connection, so you need to be logged into either network using an official client.
All of them! As long as it interacts with either network, it will support it. This includes all pilot/ATC clients past, present and future.
FCOM will only stop working if either network moves to a new protocol, which will be apparent when they drop support for older clients, such as FSInn and Squawkbox.
Yes.
Yes, but you must use the exact same callsign for both.
The client won't be able to forward any messages. To change your callsign, click on "Pause" in the FCOM client window, change your callsign, then click Register again.
Just re-open the program as if you've never opened it before.
You can use the status
command with the Discord bot to see the Discord code again.
Discord codes expire 5 minutes after generation if they're not entered into the client.
They also expire 24 hours after being entered into the client. You can use the status
command to check if it's still valid.
If not, simply generate a new one using the register
bot command.
The Discord app does not send mobile notifications when you're at your computer and logged in to the Discord desktop app. It will only do so after you've been away for a certain period of time.
However, messages will still be delivered to you. You just won't get a notification, and will have to open the app to find out if you've received a new message. You can change how long Discord waits under Settings > Notifications > Push Notification Timeout in the Discord app.
The minimum timeout you can set is 1 minute. Unfortunately, you cannot completely disable it.
FCOM does not in any way interact with your sim or network client. If you encounter a crash, just leave the client program running, and it'll continue picking up your messages once you're logged back into VATSIM or IVAO with the same callsign.
If you're using a different callsign, change your callsign in the FCOM client window (keeping the same Discord code) and press Register.
System.DllNotFoundException: Unable to load DLL 'wpcap'
error inside log.txt
.Make sure WinPcap is installed prior to running FCOM. The installer can be found in the zip file downloaded.
After installing WinPcap, please restart the FCOM client.
System.IO.FileNotFoundException: 'Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral...
error inside the console window, along with a "FcomClient has stopped working" popup window.The FCOM client requires .NET Framework v4.7.1 or higher. Please download and install the latest version from here (click on "Download .NET Framework Runtime" under ".NET Framework" on the right). After installation, please restart the FCOM client.
Not sure which version you have installed? Download and run ASoft .NET Version Detector to find out.
FCOM_CLIENT_CRASH
error, and a SharpPcap.PcapException: No interfaces found!
error inside log.txt
.
If you've already instaled WinPcap (as required by FCOM), this means that you didn't check "Automatically start the WinPcap driver at boot time".
Open Command Prompt as administrator (search for "cmd" in the Start Menu) by right-clicking and selecting "Run as administrator", and enter the following command:
net start npf
sc config npf start=auto
@N:BAW8VY:2000:1:47.81881:9.46934:33358:439:4257229744:-17
$CQSWR90:JAL8:RN
$CQSWR456:@94836:ACC:{"config":{"lights":{"strobe_on":false}}}
#DPAAL123:1234567
Only if you decide to open the FCOM client and have it running before logging in. However, the client doesn't do anything with it, and doesn't forward it to the bot.
If you're extra paranoid and don't trust the posted source code, open the FCOM client only after logging in.
Yes, the bot needs to see the message in order to know what to send. However, message contents are immediately deleted from the server after forwarded via Discord. This should happen within seconds of message receipt.
Regardless, please don't send any sensitive information over IVAO or VATSIM, as the underlying network protocol is not encrypted.
No.
No. Providing the callsign allows FCOM to detect your messages among IVAO/VATSIM network traffic going in and out of your network client. The network servers do not send others' PMs to you in the first place, so even if you enter another person's callsign in the FCOM client, you won't receive their PMs.
Yes; however, the underlying protocol behind IVAO/VATSIM (including messages and logins) is not encrypted.
Please do not send any sensitive information over either network.
FCOM uses the WinPcap (or Npcap) library to detect network messages, as neither IVAO nor VATSIM provide a publicly-available interface (also known as an API) to do so. Both are open-souce libraries that facilitate packet capturing/sniffing by other programs, but don't do so on their own.
The FCOM client itself only listens to network traffic on TCP port 6809, the same port used by IVAO/VATSIM.
Links to the source code can be found on the homepage, under the "Free and open source" subheading.