Skip to main content

Software for integrating DCS: F/A-18C, F-16C and Ka-50 with Logitech G13

Project description

image Build Status Codacy Badge BCH compliance image License

dcspy

This is a software designed to put information from DCS aircraft to Logitech G-series keyboards. Developed for Logitech G13, but should also work with any other Logitech device with 160x43 px monochrome display, like G15 and G510.

  • F/A-18C Hornet's Up Front Controller (UFC)
  • F-16C DED display - some parts are missing
  • Ka-50 PVI-800 - under development

dcspylogo

Requirements

Credits

This project has been heavily inspired by specelUFC, and I want to thank specel, the author of that project for his work and the inspiring ideas. This software uses:

Usage

You can use it straight away, by running dcs_g13.py, it can be run before DCS, as well as after. After successful connect attempt, G13 display should update.

  • dcs_g13.py is responsible for initialise parser, G13 handler, as well as running connection with DCS.
  • logitech.py is responsible for initialise aircraft specific file and handling G13 display and buttons
  • aircrafts.py are define all supported aircrafts with details how to handle and display data from DCS, draws bitmap that will be passed to G13 handler and returns input data for buttons under G13 display

If you want to modify or write something by yourself, here's a quick walkthrough:

  • First, you need to "subscribe" data you want and pass it to G13Handler:
bufferScratchpadStr1 = StringBuffer(self.g13.parser, 0x744e, 2, lambda s: self.set_data('ScratchpadStr1', s))

For required address and data length, look up in C:\Users\xxx\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\doc\control-reference.html

  • Then, receive byte and use parser:
dcs_bios_resp = sock.recv(1)
parser.process_byte(dcs_bios_resp)

which calls back function in G13Handler set_data(...) with appropriate parameters and update display content, by creating bitmap and passing it through LCD SDK to device display

  • You can also use 4 button below display, just check their state with g13.check_buttons() which one is pressed and send packet with command you wish to use. Again, look it up in control-reference.html, for example, to rotate COMM1 knob right in F/A-18C:
sock.send(bytes('UFC_COMM1_CHANNEL_SELECT INC\n', 'utf-8'))

New ideas

I have lots of plans and new ideas how to improve it internally and form user's perspective, but don't hesitate to contact me. Maybe it will motivate me to implement some new stuff. Please open issue if you find bug or have any crazy idea.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dcspy-0.9.1.tar.gz (115.7 kB view details)

Uploaded Source

Built Distribution

dcspy-0.9.1-py3-none-any.whl (35.4 kB view details)

Uploaded Python 3

File details

Details for the file dcspy-0.9.1.tar.gz.

File metadata

  • Download URL: dcspy-0.9.1.tar.gz
  • Upload date:
  • Size: 115.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/3.6.9

File hashes

Hashes for dcspy-0.9.1.tar.gz
Algorithm Hash digest
SHA256 fcd6edb38c653143e3d6ff3b0c1b7dd46be4ddff858295e9c21396968e15ef9f
MD5 0be8049fdb439e06b65d1ddb5de2a2ac
BLAKE2b-256 da90137245bf1adc82f24348fae52c1710dd0ffc538ccf2132dcc34186882a5d

See more details on using hashes here.

File details

Details for the file dcspy-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: dcspy-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/3.6.9

File hashes

Hashes for dcspy-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f1f26c80d9840e4537bb32d6209727499618c83ecb3dfc5cc22aadfb44fb65b3
MD5 b2ec9b46fe44e324f1b118ccb13f2d13
BLAKE2b-256 1118bf06068d96dc50325e039105794da41a6bd3c55ccdf03023bd403cbcbaf1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page