(→ice1usb) |
(→icE1usb) |
||
Line 23: | Line 23: | ||
* suitable API for our purposes | * suitable API for our purposes | ||
* available at [https://sysmocom.de/products/lab/icE1usb/index.html Sysmocom's web shop] | * available at [https://sysmocom.de/products/lab/icE1usb/index.html Sysmocom's web shop] | ||
+ | |||
+ | [[https://ftp.osmocom.org/docs/latest/icE1usb-usermanual.pdf User manual]] | ||
+ | |||
+ | === Driver installation === | ||
+ | |||
+ | We maintained [[https://osmocom.org/projects/osmo-e1d/wiki Osmocom E1D]] in our Debian repositories. It has no modifications so you can shose any source of packages you want or build from the sources. | ||
+ | |||
+ | <pre>sudo apt install osmo-e1d</pre> | ||
+ | |||
+ | == Driver configuration == | ||
+ | |||
+ | === /etc/osmocom/osmo-e1d.cfg === | ||
+ | |||
+ | <pre> | ||
+ | e1d | ||
+ | interface 0 icE1usb | ||
+ | usb-serial <interface's seral number> | ||
+ | line 0 | ||
+ | </pre> |
Usual E1/T1 over IP protocols use generic frames over IP transfer that makes 2 megabits constant rate with up to 8000 packets per second. That approach:
Fur such kind of integrations we prefer to have our own agent software on-site with hardware E1/T1 interfaces.
We have chosen Osmocom icE1usb as a primary interface for our projects for several reasons:
We maintained [Osmocom E1D] in our Debian repositories. It has no modifications so you can shose any source of packages you want or build from the sources.
sudo apt install osmo-e1d
e1d interface 0 icE1usb usb-serial <interface's seral number> line 0
Usual E1/T1 over IP protocols use generic frames over IP transfer that makes 2 megabits constant rate with up to 8000 packets per second. That approach:
Fur such kind of integrations we prefer to have our own agent software on-site with hardware E1/T1 interfaces.
We have chosen Osmocom icE1usb as a primary interface for our projects for several reasons: