<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>DragonOS Focal Setup OpenBTS after Docker Install (LimeSDR, UHD) part 1</title>
        <link>https://stream.echo6.co/videos/watch/3fd45d59-dcee-4fd7-a511-e71e82e4234c</link>
        <description>In this video I show (what seems like) a possible way to get OpenBTS running in DragonOS Focal by using Docker. The OpenBTS Docker container is meant for a LimeSDR, not a LimeSDR mini. I do not have a LimeSDR and my B205mini isn't supported. I'll have to come back to this topic and do a second part once I get either a LimeSDR or a B210/200. I really want to check out how the SMS messages are logged and just how it works in general compared to other newer GSM solutions. Hardware: LimeSDR mini (Not supported), Topics covered: Install Docker, Connect to the Container and start OpenBTS, Tools: https://docs.docker.com/engine/install/ubuntu/, https://hub.docker.com/r/cswiger/openbtslimesdr1a, https://www.nccgroup.com/uk/about-us/newsroom-and-events/blogs/2016/may/gsmgprs-traffic-interception-for-penetration-testing-engagements/, Twitter: @cemaxecuter Steps to followsudo apt-get install  apt-transport-https  ca-certificates  curl  gnupg-agent  software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository  "deb [arch=amd64] https://download.docker.com/linux/ubuntu  $(lsb_release -cs)  stable" sudo apt-get install docker-ce docker-ce-cli containerd.io sudo docker pull cswiger/openbtslimesdr1a sudo docker run -it -v /dev/bus/usb:/dev/bus/usb --privileged --userns host --cap-add SYS_NICE -d --name openbts cswiger/openbtslimesdr1a bash sudo docker attach openbts</description>
        <lastBuildDate>Thu, 30 Apr 2026 15:31:28 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>DragonOS Focal Setup OpenBTS after Docker Install (LimeSDR, UHD) part 1</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/3fd45d59-dcee-4fd7-a511-e71e82e4234c</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=3fd45d59-dcee-4fd7-a511-e71e82e4234c" rel="self" type="application/rss+xml"/>
    </channel>
</rss>