Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo and cosmetic readme changes #1136

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 13 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,19 @@ It is tested on x86_64, x86, ARM and MIPS platforms and it requires DVBAPI 5. Su
The application shows also a status page by default at the address: http://IP:8080
The latest binaries for embedded platforms: https://minisatip.org/forum/viewtopic.php?f=5&t=371

Contact
-------
## Contact

Please use https://minisatip.org/forum/ for any question or join slack: https://join.slack.com/t/minisatip/shared_invite/zt-rms717g0-SQR25SFs8RH9JlVZV4II7A

In order to speed up the investigation of an issue, please provide the full log and a link to the application that is not working.

If you like minisatip and you want to support the development of the project please make a donation:
https://paypal.me/minisatip

Compilation:
-------
./configure
make
## Usage:

Cross-Compilation Example:
-------
export PATH=$PATH:/usr/src/mipsel-tuxbox-linux-gnu/bin/
./configure --host=mipsel-tuxbox-linux-gnu
make

Usage:
-------
(Message automatically generated from "minisatip --help")
(Message automatically generated from `minisatip --help`)
```
minisatip version 1.2.~4b5ed89, compiled in Feb 22 2023 08:21:17, with s2api version: 050B

./minisatip [-[fgtzE]] [-a x:y:z] [-b X:Y] [-B X] [-H X:Y] [-d A:C-U ] [-D device_id] [-e X-Y,Z] [-i prio]
Expand Down Expand Up @@ -276,12 +266,13 @@ Help
* The format is: ADAPTER1:[*]MAX_CHANNELS[-CAID1[-CAID2]...,ADAPTER2:MAX_CHANNELS[-CAID3[-CAID4]...]
* before the MAX_CHANNELS enable 2 PMTs inside of the same CAPMT to double the number of decrypted channels
* eg : 0:*1-100

The DDCI adapters 0 will support maximum of 1 CAPMT (2 channels because of *) and will use CAID1. If CAID is not specified it will use CAMs CAIDs
Official CAMs support 1 or 2 channels, with this option this is extended to 2 or 4
By default every CAM supports 1 channels
```

How to compile:
------
## How to compile:

```bash
./configure
Expand All @@ -297,7 +288,7 @@ To cross compile, use something like (static compilation), considering that `mip

To compile the application:

```
```bash
make
```

Expand All @@ -307,18 +298,16 @@ To add custom compilation flags you can use for example:
make EXTRA_CFLAGS="-DNEEDS_SENDMMSG_SHIM"
```

The above command is useful if you're getting errors like "sendmmsg(): errno
38: Function not implemented" (usually only concerns really old systems).
The above command is useful if you're getting errors like `sendmmsg(): errno 38: Function not implemented` (usually only concerns really old systems).

Building a Debian package:
-------
## Building a Debian package:

```bash
dpkg-buildpackage -b -us -uc
```

Examples:
-------
## Examples:

- In order to listen to a radio after minisatip is started open the following URL in your favorite media player:
- on Hotbird 13E: `http://MINISATIP_HOST:8080/?msys=dvbs&freq=11623&pol=v&sr=27500&pids=0,10750,254`
- Astra 19.2E: `http://MINISATIP_HOST:8080/?msys=dvbs&freq=12266&pol=h&sr=27500&pids=0,851`
Expand Down
17 changes: 8 additions & 9 deletions readme_footer
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
How to compile:
------
```

## How to compile:

```bash
./configure
Expand All @@ -15,7 +16,7 @@ To cross compile, use something like (static compilation), considering that `mip

To compile the application:

```
```bash
make
```

Expand All @@ -25,18 +26,16 @@ To add custom compilation flags you can use for example:
make EXTRA_CFLAGS="-DNEEDS_SENDMMSG_SHIM"
```

The above command is useful if you're getting errors like "sendmmsg(): errno
38: Function not implemented" (usually only concerns really old systems).
The above command is useful if you're getting errors like `sendmmsg(): errno 38: Function not implemented` (usually only concerns really old systems).

Building a Debian package:
-------
## Building a Debian package:

```bash
dpkg-buildpackage -b -us -uc
```

Examples:
-------
## Examples:

- In order to listen to a radio after minisatip is started open the following URL in your favorite media player:
- on Hotbird 13E: `http://MINISATIP_HOST:8080/?msys=dvbs&freq=11623&pol=v&sr=27500&pids=0,10750,254`
- Astra 19.2E: `http://MINISATIP_HOST:8080/?msys=dvbs&freq=12266&pol=h&sr=27500&pids=0,851`
Expand Down
20 changes: 5 additions & 15 deletions readme_header
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,16 @@ It is tested on x86_64, x86, ARM and MIPS platforms and it requires DVBAPI 5. Su
The application shows also a status page by default at the address: http://IP:8080
The latest binaries for embedded platforms: https://minisatip.org/forum/viewtopic.php?f=5&t=371

Contact
-------
## Contact

Please use https://minisatip.org/forum/ for any question or join slack: https://join.slack.com/t/minisatip/shared_invite/zt-rms717g0-SQR25SFs8RH9JlVZV4II7A

In order to speed up the investigation of an issue, please provide the full log and a link to the application that is not working.

If you like minisatip and you want to support the development of the project please make a donation:
https://paypal.me/minisatip

Compilation:
-------
./configure
make

Cross-Compilation Example:
-------
export PATH=$PATH:/usr/src/mipsel-tuxbox-linux-gnu/bin/
./configure --host=mipsel-tuxbox-linux-gnu
make
## Usage:

Usage:
-------
(Message automatically generated from "minisatip --help")
(Message automatically generated from `minisatip --help`)
```
2 changes: 1 addition & 1 deletion src/minisatip.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void print_version(int use_log, int print_built_info) {
char buf[200];
int i;
memset(buf, 0, sizeof(buf));
sprintf(buf, "%s version %s, compiled in %s %s, with s2api version: %04X",
sprintf(buf, "%s version %s, compiled on %s %s, with s2api version: %04X",
app_name, version, __DATE__, __TIME__, LOGDVBAPIVERSION);
if (!use_log)
puts(buf);
Expand Down
Loading