AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-267491

Andrew Simpson's questions

Martin Hope
Andrew Simpson
Asked: 2024-12-11 21:36:52 +0800 CST

对可用 WiFi APN 的强度和质量感到困惑

  • 7

我的应用程序使用 WiFi 连接来工作。它会扫描可用的 APN 并连接到信号最强的 APN。我在家里测试,我有一个 Virgin Router(使用 Deco Mesh)。我发出以下命令:

nmcli dev wifi

我得到了这个:

IN-USE  BSSID              SSID           MODE   CHAN  RATE        SIGNAL  BARS  SECURITY  
*       5C:62:8B:CA:2E:9C  dev            Infra  2     270 Mbit/s  100     ▂▄▆█  WPA2      
        62:62:8B:CA:2E:9C  --             Infra  2     270 Mbit/s  100     ▂▄▆█  WPA2      
        5C:62:8B:CA:2B:DB  dev            Infra  2     270 Mbit/s  44      â–‚â–„__  WPA2      
        FC:77:7B:65:06:08  RealiseMotion  Infra  6     195 Mbit/s  42      â–‚â–„__  WPA1 WPA2 
        40:F2:01:51:AB:02  PLUSNET-6SWC   Infra  11    130 Mbit/s  42      â–‚â–„__  WPA2      
        62:62:8B:CA:2B:DB  --             Infra  2     270 Mbit/s  37      â–‚â–„__  WPA2      
        72:97:41:57:50:1A  --             Infra  11    195 Mbit/s  37      â–‚â–„__  WPA2      
        72:97:41:57:50:1F  EE WiFi        Infra  11    195 Mbit/s  34      â–‚â–„__  --        
        70:97:41:57:50:1E  BT-6RCKK9      Infra  11    195 Mbit/s  32      â–‚â–„__  WPA2

我的家庭连接是“dev”,您可以看到它被列出两次,但具有不同的 BSSID。因此,

第一个问题:我用哪一个来测量力量和质量?

第二个问题:当我发出此命令时:

nmcli con up Dev

但是在上面列出的 1 个渠道中它会使用哪一个呢?

wireless-networking
  • 1 个回答
  • 79 Views
Martin Hope
Andrew Simpson
Asked: 2024-11-10 16:40:04 +0800 CST

为什么“iwconfig”两次给我相同的 ESSID,但质量和信号却不同

  • 7

使用 Raspberry Pi Zero 2 和 Debian。我正在尝试使用 iwconfig 理解/解密输出。仔细研究我自己的路由器的结果,我可以看到使用该命令会给我两次 ESSID,但质量和信号属性不同。为什么?

BSS 5c:62:8b:ca:2e:9c(on wlan0)
    last seen: 1537.955s [boottime]
    TSF: 0 usec (0d, 00:00:00)
    freq: 2432
    beacon interval: 100 TUs
    capability: ESS Privacy ShortPreamble ShortSlotTime RadioMeasure (0x1431)
    signal: -28.00 dBm
    last seen: 0 ms ago
    SSID: dev
    Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 
    DS Parameter set: channel 5
    Country: DE Environment: Indoor/Outdoor
        Channels [1 - 13] @ 20 dBm
    TPC report: TX power: 18 dBm
    ERP: <no flags>
    Extended supported rates: 24.0 36.0 48.0 54.0 
    RSN:     * Version: 1
         * Group cipher: CCMP
         * Pairwise ciphers: CCMP
         * Authentication suites: PSK
         * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
    RM enabled capabilities:
        Capabilities: 0x73 0xd0 0x00 0x00 0x0c
            Link Measurement
            Neighbor Report
            Beacon Passive Measurement
            Beacon Active Measurement
            Beacon Table Measurement
            LCI Measurement
            Transmit Stream/Category Measurement
            Triggered Transmit Stream/Category
            FTM Range Report
            Civic Location Measurement
        Nonoperating Channel Max Measurement Duration: 0
        Measurement Pilot Capability: 4
    HT capabilities:
        Capabilities: 0x19ef
            RX LDPC
            HT20/HT40
            SM Power Save disabled
            RX HT20 SGI
            RX HT40 SGI
            TX STBC
            RX STBC 1-stream
            Max AMSDU length: 7935 bytes
            DSSS/CCK HT40
        Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
        Minimum RX AMPDU time spacing: No restriction (0x00)
        HT TX/RX MCS rate indexes supported: 0-15
    HT operation:
         * primary channel: 5
         * secondary channel offset: above
         * STA channel width: any
         * RIFS: 0
         * HT protection: no
         * non-GF present: 0
         * OBSS non-GF present: 0
         * dual beacon: 0
         * dual CTS protection: 0
         * STBC beacon: 0
         * L-SIG TXOP Prot: 0
         * PCO active: 0
         * PCO phase: 0
    Extended capabilities:
         * Extended Channel Switching
         * TFS
         * WNM-Sleep Mode
         * TIM Broadcast
         * BSS Transition
         * SSID List
         * Operating Mode Notification
         * Max Number Of MSDUs In A-MSDU is unlimited
    VHT capabilities:
        VHT Capabilities (0x33817992):
            Max MPDU length: 11454
            Supported Channel Width: neither 160 nor 80+80
            RX LDPC
            TX STBC
            SU Beamformer
            SU Beamformee
            RX antenna pattern consistency
            TX antenna pattern consistency
        VHT RX MCS set:
            1 streams: MCS 0-9
            2 streams: MCS 0-9
            3 streams: not supported
            4 streams: not supported
            5 streams: not supported
            6 streams: not supported
            7 streams: not supported
            8 streams: not supported
        VHT RX highest supported: 0 Mbps
        VHT TX MCS set:
            1 streams: MCS 0-9
            2 streams: MCS 0-9
            3 streams: not supported
            4 streams: not supported
            5 streams: not supported
            6 streams: not supported
            7 streams: not supported
            8 streams: not supported
        VHT TX highest supported: 0 Mbps
    VHT operation:
         * channel width: 0 (20 or 40 MHz)
         * center freq segment 1: 7
         * center freq segment 2: 0
         * VHT basic MCS set: 0xfffc
    WMM:     * Parameter version 1
         * u-APSD
         * BE: CW 15-1023, AIFSN 3
         * BK: CW 15-1023, AIFSN 7
         * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
         * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    WPS:     * Version: 1.0
         * Wi-Fi Protected Setup State: 2 (Configured)
         * Response Type: 3 (AP)
         * UUID: bb16fd7a-0e68-4333-b713-5c628bca2e9a
         * Manufacturer: TP-Link
         * Model: Deco XE75
         * Model Number: Deco XE75
         * Serial Number: 0
         * Primary Device Type: 6-0050f204-1
         * Device name: Whole-home Wi-Fi
         * Config methods:
         * RF Bands: 0x3
         * Version2: 2.0
BSS 5c:62:8b:ca:2e:9d(on wlan0)
    last seen: 1537.955s [boottime]
    TSF: 0 usec (0d, 00:00:00)
    freq: 5180
    beacon interval: 100 TUs
    capability: ESS Privacy SpectrumMgmt ShortSlotTime RadioMeasure (0x1511)
    signal: -37.00 dBm
    last seen: 0 ms ago
    SSID: dev
    Supported rates: 6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0 
    DS Parameter set: channel 36
    Country: DE Environment: Indoor/Outdoor
        Channels [36 - 36] @ 23 dBm
        Channels [40 - 40] @ 23 dBm
        Channels [44 - 44] @ 23 dBm
        Channels [48 - 48] @ 23 dBm
        Channels [52 - 52] @ 23 dBm
        Channels [56 - 56] @ 23 dBm
        Channels [60 - 60] @ 23 dBm
        Channels [64 - 64] @ 23 dBm
    Power constraint: 3 dB
    TPC report: TX power: 22 dBm
    RSN:     * Version: 1
         * Group cipher: CCMP
         * Pairwise ciphers: CCMP
         * Authentication suites: PSK
         * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
    RM enabled capabilities:
        Capabilities: 0x73 0xd0 0x00 0x00 0x0c
            Link Measurement
            Neighbor Report
            Beacon Passive Measurement
            Beacon Active Measurement
            Beacon Table Measurement
            LCI Measurement
            Transmit Stream/Category Measurement
            Triggered Transmit Stream/Category
            FTM Range Report
            Civic Location Measurement
        Nonoperating Channel Max Measurement Duration: 0
        Measurement Pilot Capability: 4
    HT capabilities:
        Capabilities: 0x9ef
            RX LDPC
            HT20/HT40
            SM Power Save disabled
            RX HT20 SGI
            RX HT40 SGI
            TX STBC
            RX STBC 1-stream
            Max AMSDU length: 7935 bytes
            No DSSS/CCK HT40
        Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
        Minimum RX AMPDU time spacing: No restriction (0x00)
        HT TX/RX MCS rate indexes supported: 0-15
    HT operation:
         * primary channel: 36
         * secondary channel offset: above
         * STA channel width: any
         * RIFS: 0
         * HT protection: no
         * non-GF present: 1
         * OBSS non-GF present: 0
         * dual beacon: 0
         * dual CTS protection: 0
         * STBC beacon: 0
         * L-SIG TXOP Prot: 0
         * PCO active: 0
         * PCO phase: 0
    Extended capabilities:
         * Extended Channel Switching
         * TFS
         * WNM-Sleep Mode
         * TIM Broadcast
         * BSS Transition
         * SSID List
         * Operating Mode Notification
         * Max Number Of MSDUs In A-MSDU is unlimited
    VHT capabilities:
        VHT Capabilities (0x3381f9f6):
            Max MPDU length: 11454
            Supported Channel Width: 160 MHz
            RX LDPC
            short GI (80 MHz)
            short GI (160/80+80 MHz)
            TX STBC
            SU Beamformer
            SU Beamformee
            RX antenna pattern consistency
            TX antenna pattern consistency
        VHT RX MCS set:
            1 streams: MCS 0-9
            2 streams: MCS 0-9
            3 streams: not supported
            4 streams: not supported
            5 streams: not supported
            6 streams: not supported
            7 streams: not supported
            8 streams: not supported
        VHT RX highest supported: 0 Mbps
        VHT TX MCS set:
            1 streams: MCS 0-9
            2 streams: MCS 0-9
            3 streams: not supported
            4 streams: not supported
            5 streams: not supported
            6 streams: not supported
            7 streams: not supported
            8 streams: not supported
        VHT TX highest supported: 0 Mbps
    VHT operation:
         * channel width: 1 (80 MHz)
         * center freq segment 1: 42
         * center freq segment 2: 50
         * VHT basic MCS set: 0xfffc
    Transmit Power Envelope:
         * Local Maximum Transmit Power For 20 MHz: 23 dBm
         * Local Maximum Transmit Power For 40 MHz: 23 dBm
         * Local Maximum Transmit Power For 80 MHz: 23 dBm
         * Local Maximum Transmit Power For 160/80+80 MHz: 23 dBm
    WMM:     * Parameter version 1
         * u-APSD
         * BE: CW 15-1023, AIFSN 3
         * BK: CW 15-1023, AIFSN 7
         * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
         * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    WPS:     * Version: 1.0
         * Wi-Fi Protected Setup State: 2 (Configured)
         * Response Type: 3 (AP)
         * UUID: bb16fd7a-0e68-4333-b713-5c628bca2e9a
         * Manufacturer: TP-Link
         * Model: Deco XE75
         * Model Number: Deco XE75
         * Serial Number: 0
         * Primary Device Type: 6-0050f204-1
         * Device name: Whole-home Wi-Fi
         * Config methods:
         * RF Bands: 0x3
         * Version2: 2.0
wireless-networking
  • 1 个回答
  • 236 Views
Martin Hope
Andrew Simpson
Asked: 2023-02-15 05:52:01 +0800 CST

使用 ffmpeg 同时连接图像和调整大小

  • 6

我正在将图像组合成一个视频文件。

ffmpeg -y -f concat  -safe 0 -i "input.txt" -pix_fmt yuv420p "output.mp4"

在 input.txt 文件中有条目:

file 'one.jpg'
duration 0.5
file 'two.jpg'
duration 0.246
file 'three.jpg'
duration 0.233

等等等等

我知道图像尺寸是 1024x720

我希望将它们调整为 352x768

是否有可能在一个命令中完成?我现在已经看到用 2 个命令来完成它,但这对我没有好处。

ffmpeg
  • 1 个回答
  • 15 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve