EnglishFrenchSpanish

Ad


OnWorks favicon

aseqnet - Online in the Cloud

Run aseqnet in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command aseqnet that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


aseqnet - ALSA sequencer connectors over network

SYNOPSIS


aseqnet [remotehost]

DESCRIPTION


aseqnet is an ALSA sequencer client which sends and receives event packets over network.
Suppose two hosts connected by network, hostA as a server and hostB as a client. The ALSA
sequencer system must be running on both hosts. For creating the server port, run the
following on hostA:

hostA% aseqnet
sequencer opened: 128:0

Then a user client 128 with port 0 was opened on hostA. (The client number may vary.)
For creating the (network-)client port, run aseqnet with the hostname of the server:

hostB% aseqnet hostA
sequencer opened: 132:0

Now all events sent to hostA:128:0 are transferred to hostB:132:0, and vice versa.

The ports created by aseqnet can be connected arbitrary to other sequencer ports via
aconnect(1). For example, to connect hostB:132:0 to a MIDI output device 65:0:

hostB% aconnect 132:0 65:0

Then events to hostA:128:0 will be delivered to hostB:65:0. The following command plays
MIDI on hostB.

hostA% pmidi -p 128:0 foo.mid

The multiple clients may exist simultaneously. If hostC is connected as a client to
hostA, events from from hostA are sent to all connected network clients, i.e. hostB and
hostC. However, only one connection is allowed from a client to a server.

To disconnect network, stop all clients before server by ctrl-C or sending signal to them.
The server will automatically quit.

OPTIONS


-p port
Specify the TCP port number or TCP service name.

-s addr
Subscribe to the given address for read automatically.

-d addr
Subscribe to the given address for write automatically.

-v Verbose mode.

Use aseqnet online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 2
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 3
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • 4
    UNetbootin
    UNetbootin
    UNetbootin allows you to create bootable
    Live USB drives for Ubuntu, Fedora, and
    other Linux distributions without
    burning a CD. It runs on Windows, Linux,
    and ...
    Download UNetbootin
  • 5
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM
    Dolibarr ERP - CRM is an easy to use
    ERP and CRM open source software package
    (run with a web php server or as
    standalone software) for businesses,
    foundations...
    Download Dolibarr ERP - CRM
  • 6
    SQuirreL SQL Client
    SQuirreL SQL Client
    SQuirreL SQL Client is a graphical SQL
    client written in Java that will allow
    you to view the structure of a JDBC
    compliant database, browse the data in
    tables...
    Download SQuirreL SQL Client
  • More »

Linux commands

Ad