Giter Club home page Giter Club logo

moserial's Introduction

# moserial

moserial is a clean, friendly gtk-based serial terminal for the gnome desktop. It is written in [Vala](https://wiki.gnome.org/Vala).

## Features

- ASCII and HEX views of incoming and outgoing data
- Logging to file of incoming and/or outgoing data
- Support for x, y, and z-modem file send and receive
- Support for profile files, to load/save common configurations
- Easier to use than the alternatives
- Supports i18n
- It even has docs! 

For more information see [GNOME wiki](https://wiki.gnome.org/Apps/Moserial).

## Build

### Flatpak

Get the source code.
```
git clone --recursive https://gitlab.gnome.org/GNOME/moserial.git
cd moserial
```

Add the Flathub repository.
```
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```

Add the GNOME Nightly repository.
```
flatpak remote-add --user --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
```

Install the GNOME Platform and SDK.
```
flatpak install --user gnome-nightly org.gnome.Sdk//master org.gnome.Platform//master
```

Install Flatpak Builder.
```
sudo apt-get install flatpak-builder
```

Build the Flatpak.
```
flatpak-builder --user --install --force-clean --repo=repo moserial org.gnome.moserial.Devel.yaml
```

Run the Flatpak.
```
flatpak run org.gnome.moserial.Devel
```

### Build from Source

#### Dependencies

Install the following build dependencies:

`sudo apt-get install libglib2.0-dev yelp-tools graphviz-dev libgtk-3-dev`

At least libgtk v3.20 is required.

Get the Vala compiler from [here](https://download.gnome.org/sources/vala/)
Required version v0.48.5 or later.

Extract files to folder then run inside that folder:
```
./configure
make
sudo make install
```

#### Manually build

```
git clone https://gitlab.gnome.org/GNOME/moserial.git
cd moserial/
```
On 32 bit systems:
```
./autogen.sh --prefix=/usr 
make
```
On 64 bit systems:
```
./autogen.sh --prefix=/usr --libdir '/usr/lib64' --build x86_64
make
```
Optional:
`sudo make install`

#### Build issues

A. If you see this error:
   src/SerialConnection.c:31:21: fatal error: stropts.h: No such file or directory

   then either:

   1. sudo touch /usr/include/stropts.h

   or

   2. patch your posix.vapi file as described at
   http://bugzilla.gnome.org/show_bug.cgi?id=656690#c3

B. moserial does not implement the xmodem, ymodem, or zmodem protocols
   directly. It relies on the standard rz and sz utilities to send and
   receive data. These utilities, part of the lrzsz package, must be
   installed on your system.

moserial's People

Contributors

aklapper avatar andrejz avatar avtechmjc avatar brooss avatar claudep avatar cograss avatar dmustieles avatar dplanella avatar enrico-br avatar frandieguez avatar haaninjo avatar hadess avatar hughsie avatar janderssonse avatar jasperla avatar joedalton2 avatar jordimas avatar jwendell avatar jwillikers avatar luco5826 avatar mariobl avatar marv-cz avatar mictronics avatar mirosnik1 avatar ovitters avatar piotrdrag avatar sicklylife-jp avatar suapapa avatar takeshi-aihana avatar yurchor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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