This document describes the configuration values found config.json.
This section of configuration values will effect Assassin's general operation.
working_directoryis a path to the directory where Assassin will store files as it runs.active_config_refreshis a boolean that determines whether or not Assassin will refresh the configuration file every cycle.- Activating this setting can easily cause fatal errors, so it should only be used for testing.
- This setting is not be honored by some of Assassin's libraries.
debugging_outputis a boolean that determines whether Assassin will operate in a verbose mode, where it prints out frequent status messages with timestamps. This is useful for debugging and for finding sources of delay.- If you enable this, considering enabling the
disable_console_clearingto prevent debugging messages from being cleared.
- If you enable this, considering enabling the
disable_console_clearingis a boolean that prevents the screen from being cleared.- Under normal circumstances, this should not be used because it will make Assassin's output extremely chaotic and unpredictable. However, there may be some situations in which it may be useful to disable output clearing.
ttscontains settings regarding text-to-speech, which allows Assassin to read out information verbally.- This section has the following sub-values for configuration.
enableddetermines whether text to speech is enabled.briefdetermines whether Assassin will use brief read-outs in place of the full length ones.- Enabling this will reduce the amount of information in text-to-speed read-outs, but will dramatically shorten the time it takes to deliver them.
speeddetermines the speed at which text-to-speech will be spoken.
- This section has the following sub-values for configuration.
gpscontains settings that configure Assassin's GPS behavior.- This setting has the following sub-values for configuration:
enabledis a boolean that globally enables or disables GPS functionality throughout Assassin.- It should be noted that the vast majority of Assassin's functionality depends on GPS. With it disabled, many important features will not function.
- Disabling this configuration value may cause unexpected errors.
provideris a string that determines which GPS location provider Assassin will attempt to use.- Below are the options this value can be set to.
gpsd- GPSD is suitable for nearly all devices, and is the default.
termux- Termux uses the
termux-apipackage to make it possible to run Assassin on Android.
- Termux uses the
locateme- In the event GPSD isn't suitable, LocateMe for MacOS can be used as location back-end.
- Below are the options this value can be set to.
speed_sourcedetermines which source Assassin will use for its GPS speed.- Below are the options this value can be set to.
gpsuses the speed as returned by the GPS hardware.obduses the speed returned by the ECU over OBD-II. This requires OBD integration to be enabled.calculateduses the last two locations in the history to independently calculate the speed.
- Below are the options this value can be set to.
demo_modeis used to supply Assassin with fake GPS data for sake of demonstration and testing purposes.- To use this feature, simply set
enabledtotrue, then set each GPS variable to any value you want. Assassin will use this placeholder information whenever it would otherwise poll the GPS for information.
- To use this feature, simply set
alertscontains settings that control the behavior of various GPS alerts.enabledis a boolean that enables and disables all GPS alerts.look_backis an integer that determines the how many cycles Assassin will look back through the GPS history when analyzing GPS trends.- Shorter values will lead to marginally faster processing, and shorter alert latch times.
- Longer values will detect older alerts, and will latch onto alerts for longer.
- It should be noted that the true look back length is effectively one less than this value, since GPS alerts often compare two values.
overspeedcontains settings that control the behavior of GPS over-speed alerts.enableddetermines whether overspeed detection is on or off.max_speedis an integer that determines the detected traveled speed (in miles per hour) that needs to be reached for a spoofing alert to be triggered.- This metric independently calculates the speed using distance and time, and can be used to detected unexplained dramatic changes in position.
- You should set this value to the fastest speed you ever expect to go, plus a significant margin for jitter due to bridges, tunnels, and other obstructions that may decrease accuracy.
- True spoofing attempts will generally cause your detected position to move hundreds of miles in a matter of seconds, so you can safely set this threshold very high.
prioritize_highestis a boolean value that determines whether Assassin will prioritize the alert with the highest speed when multiple alerts are found in the location history.- When this is set to
false, the most recent alert will always be prioritized.
- When this is set to
no_datacontains settings that control alert behavior when there is no GPS data received.enabledis a boolean that determines whether or not Assassin will trigger an alert when there is no GPS data received.lengthis an integer value that determines how many sequential GPS requests need to return no data before an alert is triggered.- Setting this to a value of 0 will always trigger alerts, even when GPS data is successfully returned.
- Setting this value to 1 will trigger an alert the moment no GPS data is returned.
- Setting this value to values higher than 1 will wait to trigger alerts until no data is returned multiple times sequentially.
frozencontains settings that control alert behavior when the GPS repeatedly returns identical data, indicating that the GPS might be frozen.enabledis a boolean that determines whether or not Assassin will trigger an alert when the GPS appears to be frozen.lengthis an integer value that determines how many sequential GPS requests need to be identical, not including the first instance.- For example:
- If you want to trigger an alert when identical GPS data is returned 3 times sequentially, then this value should be set to 2.
- If you want to trigger an alert when identical GPS data is returned 5 times sequentially, then this value should be set to 4.
- Setting this to a value of 0 will always trigger alerts, even when GPS data is successfully returned.
- Setting this value to 1 will trigger an alert the moment two instances of identical GPS data are returned sequentially.
- Setting this value to values higher than 1 will wait to trigger alerts until identical data is returned multiple times sequentially.
- For example:
diagnosticcontains settings that control if and how Assassin issues diagnostic alerts.enabledis a boolean that determines whether or not Assassin will issue a persistent alert that contains GPS diagnostic information.- This feature might be useful if you want to issue basic dashboard information to an external program.
- This setting has the following sub-values for configuration:
obd_integrationcontains settings related to vehicle diagnostics integration using an ELM327 OBD-II adapter.enabledis a boolean that determines whether or not the OBD integration system is active.devicespecifies the path to the ELM327 USB device that Assassin will use to communicate with the car.valuescontains the diagnostic values Assassin is capable of monitoring.- The following values are currently supported:
speedmeasures the speed of the vehicle, measured in the units specified by thedisplay > displays > speed > unitconfiguration value.rpmmeasures the revolutions of the engine, per minute.fuel_levelmeasures the current percentage of the fuel tank that is full, measured as a fraction between 0 and 1.
- Each value has the following values for configuration:
enabledis a boolean value that determines whether or not Assassin will query this value at all.thresholdssets the thresholds at which Assassin will display an alert for this value.minis the minimum value permitted before an alert is returned.maxis the maximum value permitted before an alert is returned.
- The following values are currently supported:
attention_monitoringcontains settings related to driver attention alerts.enableddetermines whether attention monitoring is active or not.reset_timetime is the length of time, in minutes, that the vehicle needs to be stationary for Assassin to reset the attention monitoring tracking.- This should be short enough that breaks from driving will cause a reset, but long enough that stopping for traffic won't.
reset_speedis the speed at which Assassin considers the driver to be actively driving. Any time this speed is exceeded, the reset timer resets.- This speed uses the units specified by the
display > displays > speed > unitconfiguration value.
- This speed uses the units specified by the
triggerslists criteria that will trigger an attention alert.timeis the length in time, in minutes, that need to elapse before Assassin triggers an attention alert.
telemetrycontains settings related to Assassin's telemetry recording behavior.enableddetermines whether Assassin will record telemetry at all.directoryis the directory that Assassin will save telemetry files to.fileis the file-name that Assassin will write the telemetry data to.- This file name should be a GPX file.
- The
{T}string will be replaced by the timestamp that the first location point was recorded.- If the
{T}string doesn't appear anywhere in the file name, then Assassin will overwrite the file every time it runs.
- If the
- Example:
AssassinTelemetry{T}.gpx
informationspecifies what information will be saved to the telemetry file.altitudeis the GPS altitude.satellitesis the number of GPS satellites used to get the location.speedis the current GPS speed in meters-per-second.- It should be noted that the speed can easily be determined from location information and timestamps, regardless of whether it directly is embedded in the file.
sourceis the location back-end Assassin used to get the location.
refresh_delayis a floating point value that determines the amount of time, in seconds, that Assassin will wait at the beginning of each processing cycle before continuing.- It's important to note that this setting doesn't guarantee Assassin will refresh exactly at the interval specified. This delay is added in addition to the natural delay created by processing alerts and handling data.
weather_alertscontains settings related to Assassin's weather alert capabilities.enabledis a boolean that determines if weather alerts are active.api_keyis an OpenWeatherMap API key to retrieve weather information.refresh_intervalis an integer that determines how often Assassin will fetch new weather data.- This should be a number low enough that you receive regular updates, but not so low that you burn through allocated API requests too quickly.
criteriacontains a dictionary of weather metrics, and the criteria under which an alert should be shown.visibilityis the current visibility, measured in meters.- This value maxes out at 10,000 meters, and will never go above it.
temperatureis the current temperature, measured in Celsius.precipitationis the current chance of precipitation.
predator_integrationcontains settings related to Predator integration, which allows Assassin to show alerts detected by Predator.enabledis a boolean that determines if Predator integration alerts are active.instance_directoryis a complete file-path that points to the root Predator instance directory (the directory containingmain.py)start_predatoris a boolean value that determines whether Assassin will start Predator on start-up. If your use case involves Predator being started separately before Assassin starts, then you should change this configuration value tofalse.latch_timeis a floating point value that determines how many seconds Assassin will look back in the plate history for active alerts.
traffic_camera_alertscontains settings related to traffic enforcement camera alerts.enabledis a boolean value that determines whether or not traffic camera alerts are enabled or disabled.loaded_radiusis a decimal number that determines the radius, in miles, around the current location that Assassin will load traffic enforcement cameras during start-up.- The higher this value is, the longer Assassin will take the process traffic camera alerts each cycle.
- The lower this value is, the smaller the loaded radius around the initial starting position will be.
- A small loaded radius might pose an issue if you drive extremely far in a single session without restarting Assassin, since you'll reach the end of the loaded area.
- Setting this to '0' will disable traffic enforcement camera alerts.
databaseis the file-path to an ExCam database containing traffic camera locations and information.speed_checkdetermines whether or not Assassin will consider the speed limit associated with a traffic camera when determining whether or not to alert to it.- This setting uses the
speedthreshold as defined in thetriggerssection. - When no speed limit data is available, Assassin will skip the speed check and alert normally regardless of the current speed.
- This setting uses the
triggerscontains the criteria that need to be met for a traffic enforcement camera alert to be triggered.distanceis the distance in miles away from a traffic camera that Assassin will trigger an alert.speedis the minimum speed, relative to the camera's speed limit required for Assassin to trigger an alert, measured in the units specified by thedisplay>displays>speed>unitconfiguration value.- For example, if a camera has a speed limit of 25 mph, and this value is set to 5 mph, then Assassin will trigger an alert at 30 mph.
angledetermines the maximum allowed difference between the current direction of movement, and direction the camera monitors.- This setting can be used to eliminate alerts from cameras that face directions different from the current direction of travel.
- Values higher than 180 will effectively disable this filter.
directiondetermines the maximum allowed bearing to the camera, relative to the cirrent direction of movement before the alert is filtered out.- You can think of this value as a way to specify the width of the imaginary cone in front of your car, where cameras outside of the cone are filtered out.
- This setting can be used to eliminate alerts from cameras that have already been passed, or cameras that are on adjacent roads.
- Values higher than 180 will effectively disable this filter.
enabled_typescontrols which types of enforcement cameras Assassin will alert to.speedenables and disables speed camera alerts.redlightenables and disables red light camera alerts.miscenables and disables all other camera types, including unknown cameras.
information_displayeddetermines what information is displayed in alerts.- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
trueorfalseto enable or disable it.
- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
drone_alertscontains settings related to Assassin's unmanned device alert behavior.enabledtoggles the entire drone detection system on and off.save_detected_hazardsdetermines whether or not Assassin will save the radio devices it deems to be hazards to a local file for later analysis.save_detected_devicesdetermines whether or not Assassin will save the all radio devices it detects to a local file for later analysis.- Be warned that this file can become extremely large in just a few minutes, especially if you happen to be in an area with a lot of radio traffic.
monitoring_devicedetermines the wireless device that Assassin will attempt to use to run wireless network analysis.- To list the network devices available on your system, use the
iwconfigcommand. Note that this lists all network interfaces, not just wireless ones.
- To list the network devices available on your system, use the
monitoring_modedetermines whether Assassin will attempt to automatically setup wireless monitoring, or prompt the user to manually start it.- Due to permissions, it's extremely common for automatic starting to fail, so manual is recommended for most situations.
- This setting can only be set to
manualorautomatic
hazard_latch_timeis how long (in seconds) Assassin will latch onto alerts after they are no longer detected before dismissing them.alert_typesdetermines what types of devices in the drone alert database that Assassin will alert to.- This is useful if you only want to alert to certain types of autonomous threats without needing to completely remove them from the database.
information_displayeddetermines what information is displayed in alerts.- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
trueorfalseto enable or disable it.
- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
alpr_alertscontains settings related to automatic license plate recogntion camera alerts.enabledis a boolean that determines whether or not ALPR camera alerts are enabled.alert_rangeis the alert distance, in miles.- Setting this to '0' will effectively disable ALPR camera alerts.
databaseis the file-path to the ALPR database containing ALPR camera locations and information.loaded_radiusis a decimal number that determines the radius, in miles, around the current location that Assassin will load ALPR cameras during start-up.- The higher this value is, the longer Assassin will take the process ALPR camera alerts each cycle.
- The lower this value is, the smaller the loaded radius around the initial starting position will be.
- A small loaded radius might pose an issue if you drive extremely far in a single session without restarting Assassin, since you'll reach the end of the loaded area.
- Setting this to '0' will disable ALPR camera alerts.
filterscontains settings that control how Assassin filters out useless or unwanted alerts.angle_thresholddetermines the maximum allowed difference between the current direction of movement, and the camera's angle before the alert is filtered out.- This setting can be used to eliminate alerts from cameras that aren't at an angle to see the license plate of the car.
- Values higher than 180 will effectively disable this filter.
direction_thresholddetermines the maximum allowed bearing to the camera before the alert is filtered out.- This setting can be used to eliminate alerts from cameras that have already been passed, or cameras that are on adjacent roads.
- Values higher than 180 will effectively disable this filter.
duplicate_filteringcontains settings that control how Assassin filters out duplicate ALPR alerts.enabledis a boolean value that sets whether or not de-duplication is enabled.distanceis the maximum distance between two cameras, measured in miles, before they are no longer considered to be duplicates.angleis the maximum difference in the direction two cameras are facing, measured in degrees, before they are considered no longer considered to be duplicates.
information_displayeddetermines what information is displayed in alerts.- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
trueorfalseto enable or disable it.
- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
adsb_alertscontains settings related to Assassin's aircraft threat alerting behavior.- The
enabledvalue enables and disables the entire ADS-B system. - The
threat_thresholddetermines how likely a plane is to be a threat before Assassin displays it as an alert. A plane has to match all of the criteria at its threshold level, and all levels below it.- A threshold of
0includes all aircraft detected. - A threshold of
1includes all aircraft within the alert distance threshold.- This is a good threshold to use if you want to be certain you don't miss any legitimate alerts.
- A threshold of
2includes aircraft within the alert altitude range. - A threshold of
3includes aircraft within the alert speed range.- This is a good threshold to use if you want to eliminate as many false alerts as positive.
- A threshold of
- The
minimum_vehicle_speedsetting defines the minimum GPS speed that ADS-B alerts will be triggered at, measured in the units specified by thedisplay>displays>speed>unitconfiguration value. This is useful to prevent alerts from sounding while the car is on residential roads. message_time_to_liveis a floating point value that determines how long (in seconds) received in ADS-B messages will be considered before discarding their information. This prevents planes that haven't been detected for an extended period from clogging up the alert procesing with outdated information.- If certain information is missing from a message, Assassin will look back through old messages within this time-frame to find it. As such, increasing this configuration value will trade information recency for resiliency and fault tolerance.
- If you find that enabling ADS-B alerts causes Assassin to dramatically slow down after a few moments of running, decreasing this value should significantly decrease processing time.
prune_intervalis a floating point value that determines how long (in seconds) the ADS-B message maintainer will wait between rounds of pruning expired messages.- The higher this value is, the more processor intensive each processing cycle will be, since there will be more messages to scan. However, setting this value too low can cause the ADS-B message file to be cleared so often that Assassin will start reading an empty file.
criteriacontains the alert criteria for aircraft.speedcontains the speed range that aircraft hazards are expected to moving, measured in knots.- The
minimumsetting defines the minimum aircraft speed that ADS-B alerts will be triggered at. This is useful to filter alerts from aircraft that aren't at cruising speed. - The
maximumsetting defines the maximum aircraft speed that ADS-B alerts will be triggered at. This is useful to filter alerts from aircraft that are moving faster than specific models of aircraft are capable of.
- The
altitudecontains the altitude range that aircraft hazards are expected to at, measured in feet.- The
minimumsetting defines the minimum aircraft altitude that ADS-B alerts will be triggered at. - The
maximumsetting defines the maximum aircraft altitude that ADS-B alerts will be triggered at.
- The
distancecontains criteria regarding the distance between the aircraft and the vehicle.- The
base_distancesetting defines the base distance (in miles) that ADS-B aircraft alerts will be played at. This distance will be adjusted based on the altitude of the plane in question. - The
base_altitudesetting defines the altitude at which the alert distance threshold will be the same as the distance defined by thedistance_thresholdconfiguration value.- Below the base altitude, the alert radius will be proportionally decreased, and above the base altitude, the alert radius will be proportionally increased.
- This value should be roughly be the altitude that you expect aircraft threats to be at. Any aircraft above that altitude will be able to see farther, so the alert distance will increase. By the same logic, lower aircraft have a lower vision radius, so the alert distance decreases.
- The
information_displayeddetermines what information is displayed in alerts.- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
trueorfalseto enable or disable it.
- This value is a dictionary containing all the information Assassin is capable of displaying. Set each value to
- The
bluetooth_scanningcontains settings that control how Assassin scans for Bluetooth tracking devices.enableddetermines whether Bluetooth scanning is enabled or disabled.memory_timeis the length of time (measured in minutes) after which Assassin will "forget" a Bluetooth device.- Behind the scenes, Assassin actually keeps track of the original time/location that each device was seen. This value simply changes how Assassin determines what devices are considered threats.
- For example, if you are traveling with someone in separate cars, Assassin may detect the other driver's devices before leaving. Once the destination has been reached, these devices may come back into detection range. Since the device was out of range through-out the trip, the memory time will prevent the device from being considered a threat.
thresholdscontains criteria under which Assassin will alert to Bluetooth devices.timecontrols alerts based on the length of time a device has been detected for.enabledis a boolean that determines if this type of alert is enabled.limitis the number of seconds between the first-seen time and last-seen time before Assassin considers this device to be a threat.
distancecontrols alerts based on the distance between the first-seen location, and last-seen location.enabledis a boolean that determines if this type of alert is enabled.limitis the number of miles between the first-seen location and last-seen location before Assassin considers this device to be a threat.
whitelistcontains a list of devices that Assassin will never alert to.- The whitelist should contain devices that you expect to "follow" you everywhere you go, including your phone, laptop, or personal trackers.
- Each entry in the whitelist uses a colon separated MAC address (in all uppercase letters) as the key, and a friendly name as a value.
- Example: `"FF:FF:FF:FF:FF:FF": "My Phone"
blacklistcontains a list of devices that Assassin will immediately consider threats, regardless of the following time or distance.- The blacklist should contain devices that you always want to know about if they come within detection range.
- The blacklist may contain something as serious as the devices of someone you suspect to be tracking you, or something as simple a friend's device, such that you receive an alert when passing them.
- Each entry in the blacklist uses a colon separated MAC address (in all uppercase letters) as the key, and a friendly name as a value.
- Example: `"FF:FF:FF:FF:FF:FF": "My Phone"
- The blacklist should contain devices that you always want to know about if they come within detection range.
This section of configuration values effect Assassin's visual displays.
silence_console_displaysis a boolean value that determines whether all alerts and information displays will be disabled in the console output.- This might be useful if you use an external interface for Assassin, and only want diagnostic, debug, error, and warning messages to be displayed.
displayscontains values that allow the user to turn on and off each information display individually.timecan be toggled on and off.datecan be toggled on and off.speedhas several configuration values.small_displaytoggles the small, single line speed text display on and off.large_displaytoggles the large, ASCII font speed display on and offdecimal_placesdetermines how many decimal places will be displayed in both speed display types.unitdetermines the unit of speed that Assassin will use.- "kph" for kilometers-per-hour
- "mph" for miles-per-hour
- "mps" for meters-per-second
- "knot" for knots
- "fps" for feet-per-second
locationcan be toggled on and off.altitudecan be toggled on and off.headinghas several configuration values.degreesdetermines whether or not the current heading will be displayed in degrees off north. When bothdegreesanddirectionare enabled, the degrees will be displayed in parenthesis after the cardinal direction.directiondetermines whether or not the current heading will be displayed as a cardinal direction, such as 'N', 'SW', or 'E'.
satellitescan be toggled on and off, and shows how many GPS satellites are connected.planescan be toggled on and off, and shows many many aircraft are being detected. This is dependent on the ADS-B alerts system and requiresadsb_alertsto be enabled.bluetoothcan be toggled on and off, and shows many many total Bluetooth devices are being detected. This is dependent on the Bluetooth alerts system and requiresbluetooth_scanningto be enabled.
shape_alerts- This setting allows the user to turn on and off Assassin's "shape alerts", which are large ASCII shapes displayed when important events occur.
- Shape alerts take up a lot of space on screen, but make it easy for the driver to understand a situation simply using their peripheral vision.
ascii_art_header- This configuration value determines whether or not Assassin will display a large title header upon startup.
- This this setting is set to
false, Assassin will instead display a small, since line title.
custom_startup_message- This setting defines a string that will be displayed the Assassin title upon startup.
status_lighting- The status lighting configuration values allow Assassin to interact with a "WLED" RGB LED controller.
- The
enabledconfiguration value determines whether or not status lighting is enabled or disabled. - The
delayconfiguration value is a position floating point number that determines how long Assassin will wait for after updating the status lighting.- This allows you to see multiple alerts each cycle, without the previous alert being immediately replaced with the subsequent ones.
- The
base_urlconfiguration value determines the base level URL that network requests will be made to in order to update the status lighting. - The
status_lighting_valuesdetermine the exact URL that will be called for each condition.- The string
[U]is replaced with the base URL defined earlier.
- The string
notices- This configuration value contains all of the different levels of notices Assassin can show the user when issues are encountered. Level 1 indicates basic notices, level 2 indicates warnings, and level 3 indicates errors.
- Each notice level has the following configuration values:
wait_for_inputindicates whether Assassin should pause, and prompt the user to press enter to continue. This can be useful to allow the user to read the message at their own pace before continuing, but it can lead to situations where the user doesn't notice the message while driving, and Assassin remains paused.delayindicates how long, in seconds, Assassin should allow the message to be read before continuing. This delay is only used whenwait_for_inputis disabled.
This section of configuration values effect Assassin's audio functionality.
providerdetermines the back-end that Assassin will use to play audio.- This value can be set to the following options:
mpg321will use the MPG321 command line utility.playsoundwill use Python's playsound library.
- This value can be set to the following options:
soundscontains settings related to how Assassin handles audio alerts.- This configuration value determines all of the sounds that Assassin is capable of using.
- Different sounds are triggered by different events.
- The
heartbeatsound plays at the beginning of every cycle. - The
startupsound is played when Assassin initially loads. - The
camerasounds are played during a traffic camera alert.camera1indicates a low priority alert.camera2indicates a medium priority alert.camera3indicates a high priority alert.
- The
alarmsound plays during a heightened alarm state.- This sound is reserved for times in which immediate action is required.
- Normal alert noises will play before this, and this sound will only be played if the other alerts aren't acknowledged and resolved.
- The
alprsound plays during an ALPR camera alert. - The
dronesound is played during an autonomous wireless threat alert. - The
adsbsound is played during an aircraft alert. - The
bluetoothsound is played during a Bluetooth alert. - The
gpssound is played during a GPS spoof detection alert.
- The
- Each sound has a
path,repeat, anddelaydefined.- The
pathdefines the file path of the sound file.- This file path can be relative to the Assassin directory, or an absolute path.
- The
repeatis an integer that defines how many times the sound file is played each time the sound is triggered.- When
repeatis set to zero for a particular sound, that should will be disabled.
- When
- The
delayis a decimal number that defines how long code execution will be paused to allow the sound effect time to play.- It's important to note that this delay does not include the time spent playing the audio file. Therefore, a 0.5 second audio file with a 1 second delay will only leave 0.5 seconds of delay after the sound has finished playing.
- The
This section contains configuration values that control how Assassin interacts with external services.
localcontains settings relating to how Assassin communicates with local programs.enabledis a boolean value that determines whether or not Assassin will publish information for local programs to read.interface_directoryis a string that determines an absolute directory path where Assassin will store files used to publish information to external programs.- Example:
/home/assassin/Documents/Assassin/interface
- Example: