Sha256: 5dd0d5efcf973fc0c2c030dcc7bbe05c7fa1245bf4e197ed102911da15d63c3a

Contents?: true

Size: 1.31 KB

Versions: 4

Compression:

Stored size: 1.31 KB

Contents

# TacScribe

Writes object state from a tacview server to a PostGIS extended Postgresql
database for further processing by other systems.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'tac_scribe'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install tac_scribe

## Usage

You can run the tool using the `start_scribe` command. Use the `--help`
option for information on required arguments

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then,
run `rake test` to run the tests. You can also run `bin/console` for an
interactive prompt that will allow you to experiment.

### Postgresql and PostGIS

This gem requires postgresql and PostGIS available and listening on an
accessible network port.

See the `db` folder for information on running the database migrations.

## Contributing

Bug reports and pull requests are welcome on GitLab at https://gitlab.com/overlord-bot/tac-scribe.

### Adding Data

There are incomplete data-files for this project whose completion would
be very helpful. See the `data` folder. Current tasks needed are:

* Complete the list of all airfields in DCS with their position information

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tac_scribe-0.2.1 README.md
tac_scribe-0.2.1-java README.md
tac_scribe-0.2.0-java README.md
tac_scribe-0.2.0 README.md