Giter Club home page Giter Club logo

flr's Introduction

FLR

Author: Maya Posch

Date: 2018/01/27

Overview

FLR is a file revision control system, with a strong focus on file integrity. At this point it's still in an early Alpha stage, serving primarily as a demonstration project for the NymphRPC remote procedure call library (https://github.com/MayaPosch/NymphRPC ).

Building

In addition to the NymphRPC dependency, FLR requires liblzma for LZMA compression.

The following Make targets are available from the top folder:

make client - Build just the client.

make server - Build just the server.

After building, the binaries can be found in a newly created bin folder.

Running

The FLR server looks for a config.ini file in the same folder. This INI file has the following structure:

[NymphRPC]
timeout = 5000
port = 4004

The timeout is for client connections. The port is where the server listens on. Currently the server listens on all network interfaces. By default the FLR server listens on port 4004.

The FLR client allows one to specify the host and port to connect to via the following commandline options:

$ ./flrclient -s <server name/IP> -p <port>

By default the FLR client tries to connect to localhost, port 4004.

Current status

Keeping in mind that FLR is still early Alpha-level quality, it offers the following features:

  • Central server-based architecture for managing file collections.
  • Small CLI-based client for communicating with said server over a binary protocol.
  • User authentication.
  • SQLite-based backend.
  • Checking in of new file data.

flr's People

Contributors

mayaposch 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.