The 40ants-slynk Reference Manual

This is the 40ants-slynk Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:29:45 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 40ants-slynk

Utilities to start SLYNK if needed and to track active connections.

Author

Alexander Artemenko <>

Home Page

https://40ants.com/slynk/

Source Control

(GIT https://github.com/40ants/slynk)

Bug Tracker

https://github.com/40ants/slynk/issues

License

Unlicense

Long Description

<a id="x-2840ANTS-SLYNK-DOCS-2FINDEX-3A-40README-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

# 40ants-slynk - Utilities to start SLYNK if needed and to track active connections.

<a id="40-ants-slynk-asdf-system-details"></a>

## 40ANTS-SLYNK ASDF System Details

* Version: 0.1.0

* Description: Utilities to start ‘SLYNK‘ if needed and to track active connections.

* Licence: Unlicense

* Author: Alexander Artemenko <svetlyak.40wt@gmail.com>

* Homepage: [https://40ants.com/slynk/][fe84]

* Bug tracker: [https://github.com/40ants/slynk/issues][f5e4]

* Source control: [GIT][1ed5]

[![](https://github-actions.40ants.com/40ants/slynk/matrix.svg?only=ci.run-tests)][e83d]

![](http://quickdocs.org/badge/40ants-slynk.svg)

<a id="x-2840ANTS-SLYNK-DOCS-2FINDEX-3A-3A-40INSTALLATION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## Installation

You can install this library from Quicklisp, but you want to receive updates quickly, then install it from Ultralisp.org:

“‘
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
(ql:quickload :40ants-slynk)
“‘
<a id="x-2840ANTS-SLYNK-DOCS-2FINDEX-3A-3A-40USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## Usage

This library provides a little helper, used in ‘40A‘nts webservices.
it does two things:

* Starts Slynk server in there is ‘SLYNK‘_‘PORT‘ env variable.

* Setup logging for connected Slynk connection. It uses [‘40ants-logging‘][970f] system for configuration.

<a id="x-2840ANTS-SLYNK-DOCS-2FINDEX-3A-3A-40API-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## API

<a id="x-2840ANTS-SLYNK-3A-2ACONNECTIONS-2A-20-28VARIABLE-29-29"></a>

### [variable](01a9) ‘40ants-slynk:*connections*‘ nil

Here we’ll store all Slynk connections.

<a id="x-2840ANTS-SLYNK-3ASTART-SLYNK-IF-NEEDED-20FUNCTION-29"></a>

### [function](9ce8) ‘40ants-slynk:start-slynk-if-needed‘

Use this function before starting the backend server.

If ‘SLYNK‘_‘PORT‘ environment variable is set, then this function
will create a Slynk server on that port and localhost interface.
To change an interface, set ‘SLYNK‘_‘INTERFACE‘ environment variable.

[970f]: https://40ants.com/logging/#x-28-23A-28-2814-29-20BASE-CHAR-20-2E-20-2240ants-logging-22-29-20ASDF-2FSYSTEM-3ASYSTEM-29 [fe84]: https://40ants.com/slynk/
[1ed5]: https://github.com/40ants/slynk
[e83d]: https://github.com/40ants/slynk/actions
[01a9]: https://github.com/40ants/slynk/blob/9f5cf0883c964143c33dbbd3b68b4899fc65ad21/src/core.lisp#L23
[9ce8]: https://github.com/40ants/slynk/blob/9f5cf0883c964143c33dbbd3b68b4899fc65ad21/src/core.lisp#L63
[f5e4]: https://github.com/40ants/slynk/issues

* * *
###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]

Version

0.1.0

Defsystem Dependency

40ants-asdf-system (system).

Dependencies
Source

40ants-slynk.asd.


2.2 40ants-slynk/core

Author

Alexander Artemenko <>

Home Page

https://40ants.com/slynk/

Source Control

(GIT https://github.com/40ants/slynk)

Bug Tracker

https://github.com/40ants/slynk/issues

License

Unlicense

Dependencies
  • log4cl (system).
  • global-vars (system).
  • slynk (system).
  • slynk-macrostep (system).
  • slynk-named-readtables (system).
  • 40ants-logging (system).
Source

40ants-slynk.asd.


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 40ants-slynk/40ants-slynk.asd

Source

40ants-slynk.asd.

Parent Component

40ants-slynk (system).

ASDF Systems

3.1.2 40ants-slynk/core/file-type.lisp

Source

40ants-slynk.asd.

Parent Component

40ants-slynk/core (system).

Packages

40ants-slynk.

Public Interface

start-slynk-if-needed (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 40ants-slynk

Source

file-type.lisp.

Nickname

40ants-slynk/core

Use List

common-lisp.

Public Interface

start-slynk-if-needed (function).

Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: start-slynk-if-needed ()

Use this function before starting the backend server.

If SLYNK_PORT environment variable is set, then this function will create a Slynk server on that port and localhost interface. To change an interface, set SLYNK_INTERFACE environment variable.

Package

40ants-slynk.

Source

file-type.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: on-connection-close (conn)
Package

40ants-slynk.

Source

file-type.lisp.

Function: on-connection-open (conn)
Package

40ants-slynk.

Source

file-type.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables