Git Product home page Git Product logo

luaaprs-is's Introduction

Note: This project is no longer being maintained and has been replaced by APRService

LuaAPRS-IS

An APRS-IS client with a Lua 5.4 API.

Dependencies

Core

Extensions

SQLite3 OpenSSL DiscordRPC nlohmann::json
ByteBuffer
Console
DiscordRPC *
Loop
Mutex
N2YO * *
Process
SDR++
Script
Socket
SQLite3 *
System
Thread
Types
WebRequest *

Plugins

ByteBuffer Console DiscordRPC Loop Mutex N2YO Process SDR++ Script Socket SQLite3 System Thread Types WebRequest
Gateway * * * * * *
Outside * * * * * * *
FireWatch * * * * * * * *
SkipMonitor * * * * * *

Quick Start Guide

Install dependencies on Debian

sudo apt install git nlohmann-json3-dev liblua5.4-dev libsqlite3-dev libssl-dev

git clone https://github.com/LeoTHPS/libAPRS-IS libAPRS-IS
export LIB_APRS_IS_INCLUDE=/path/to/libAPRS-IS

git clone https://github.com/LeoTHPS/AbstractionLayer AbstractionLayer
export AL_INCLUDE=/path/to/AbstractionLayer

Build+Install from source

git clone https://github.com/LeoTHPS/LuaAPRS-IS LuaAPRS-IS
make -C LuaAPRS-IS -e COMPILER=GNU PLATFORM=LINUX
make -C LuaAPRS-IS -e COMPILER=GNU PLATFORM=LINUX install

Quick Start Script (Debian)

Use this if you want to build once and use the software in production.

#!/bin/bash

sudo apt install git nlohmann-json3-dev liblua5.4-dev libsqlite3-dev libssl-dev

git clone https://github.com/LeoTHPS/libAPRS-IS libAPRS-IS
export LIB_APRS_IS_INCLUDE=../../../../libAPRS-IS

git clone https://github.com/LeoTHPS/AbstractionLayer AbstractionLayer
export AL_INCLUDE=../../../../AbstractionLayer

git clone https://github.com/LeoTHPS/LuaAPRS-IS LuaAPRS-IS
make -C LuaAPRS-IS/LuaAPRS-IS -e COMPILER=GNU PLATFORM=LINUX
make -C LuaAPRS-IS/LuaAPRS-IS -e COMPILER=GNU PLATFORM=LINUX install

Notes about other platforms

The software was developed on Windows 10 with MSYS2. A guide for setting up an MSYS2 environment will be added in the future but anyone wanting to try before then can simply change PLATFORM from LINUX to WINDOWS when building and installing.

It's currently not possible to build on OSX.

luaaprs-is's People

Contributors

leothps avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.