2024年1月6日 星期六

microcontroller simulator interpreter emulator robot language interpreter integration. inverse kinematics Kinematics

 https://manual.coppeliarobotics.com/en/tutorials.htm
BubbleRob tutorialBuilding a clean model tutorialLine following BubbleRob tutorialInverse kinematics tutorialExternal controller tutorialPlugin tutorialRobot language interpreter integration tutorialROS tutorial

microcontroller
simulator interpreter emulator
robot language interpreter
integration. inverse kinematics

https://www.researchgate.net/figure/Screen-shot-of-V-REPs-application-main-window-robot-models-are-courtesy-of-Lyall_fig6_220850179

https://www.researchgate.net/publication/220850179_Virtual_Robot_Experimentation_Platform_V-REP_A_Versatile_3D_Robot_Simulator

 Virtual Robot Experimentation Platform V-REP: A Versatile ...Virtual Robot Experimentation Platform V-REP: A Versatile 3D Robot Simulator
Screen shot of V-REP’s application main window (robot models are... | Download Scientific Diagram
V-REP example scene. The left part shows the scene hierarchy, the right... | Download Scientific Diagram
[PDF] An Inverse Kinematics Demonstration of a Custom Robot using C# and CoppeliaSim | Semantic Scholar
V-REP example scene. The left part shows the scene hierarchy, the right... | Download Scientific Diagram

Textual framework Python.Build sophisticated user interfaces GUI

 https://github.com/Textualize/textual
https://textual.textualize.io/

TextualTextual is a Rapid Application Development framework for Python.Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser!🎬 Demonstration

Python-based Textual apps are coming to the webInfoWorldhttps://www.infoworld.com › article·  Textual Cloud Service will allow Python-based terminal applications built with the Textual framework to run in web browsers.

https://github.com/ntk148v/awesome-stars
https://github.com/rochacbruno/my-awesome-stars

Speech Recognition Theory Data sources Available data sources are covered on the page SpeechData

 https://cmusphinx.github.io/wiki/
https://cmusphinx.github.io/wiki/speechdata/

Speech Recognition Theory

This section tries to collect research ideas for specific problems in speech recognition

    Lattices

    WFST

    Search Algorithms

    Language Models

    Features

    Noise Robustness

    Adaptation

    Voice Activity Detection

隨手養成 Python 好習慣-勤註解、善用自動文件產生工具 Sphinx - MyApollo

 https://www.sphinx-doc.org/en/master/

Welcome — Sphinx documentation
Sphinx documentation
https://www.sphinx-doc.org
 
https://zh.wikipedia.org/zh-tw/Sphinx_(%E6%96%87%E6%A1%A3%E7%94%9F%E6%88%90%E5%99%A8)
https://en.wikipedia.org/wiki/Sphinx_(documentation_generator)
https://cmusphinx.github.io/wiki/
http://wiki.ros.org/Sphinx

Sphinx makes it easy to create intelligent and beautiful documentation. Here are some of Sphinx's major features: ... Sphinx uses the reStructuredText markup ...
‎Getting Started · ‎Tutorial: Build your first project · ‎Installing Sphinx · ‎Using Sphinx

https://myapollo.com.tw/blog/python-autodoc/
隨手養成 Python 好習慣-勤註解、善用自動文件產生工具 Sphinx - MyApollo
References #
https://www.sphinx-doc.org/en/master/index.html
https://pythonhosted.org/an_example_pypi_project/sphinx.html
https://google.github.io/styleguide/pyguide.html
隨手養成 Python 好習慣-勤註解、善用自動文件產生工具 SphinxLast updated on  Jan 11, 2021  in  Python 模組/套件推薦 , Python 程式設計 - 高階  by  Amo Chen  ‐ 4 min read

microsoft open source gw-basic . interpreter gui . sourceforge nubasic. gui interpreter . graph algorithms interpreter . sqlite-ole gui open source interpreter gui . sourceforge . github gui interpreter . graph algorithms interpreter

 microsoft open source gw-basic . interpreter gui .
sourceforge nubasic.
gui interpreter .
graph algorithms interpreter .
sqlite-ole gui

https://asymptote.sourceforge.io/

https://www.cambridge.org/core/journals/theory-and-practice-of-logic-programming/article/tau-prolog-a-prolog-interpreter-for-the-web/4D99CAEBCF06B072AF4D028FA7B06CC5
Tau Prolog: A Prolog Interpreter for the Web | Theory and Practice of Logic Programming | Cambridge Core


Open source libraries and frameworks for biological data visualisation: A guide for developers - Wang - 2015 - PROTEOMICS - Wiley Online Library
https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/full/10.1002/pmic.201400377

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5103826/
https://hackage.haskell.org/packages/
https://hackage.haskell.org/
https://zh.wikipedia.org/zh-tw/Haskell

https://medium.com/@haseebmir.hm/open-code-interpreter-an-open-source-alternative-to-traditional-code-interpreters-36a1ca8f6cf4
Open-Code-Interpreter — An open-source alternative to traditional Code Interpreters. | by HeavenHM | Medium
https://wiki.archlinux.org/title/List_of_applications/Science
List of applications/Science - ArchWiki
https://en.wikipedia.org/wiki/Programming_tool

https://dev.opencascade.org/doc/overview/html/
Open CASCADE Technology: Introduction


https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/full/10.1002/pmic.201400377
Open source libraries and frameworks for biological data visualisation: A guide for developers - Wang - 2015 - PROTEOMICS - Wiley Online Library
Abbreviations
3.1 D3.js
3.2 JFreeChart
3.3 Google charts
3.4 matplotlib
3.5 Other libraries
3.6 Remarks
4.1 Cytoscape
4.2 Gephi
4.3 Graphviz
4.4 Sigma.js
4.5 mxGraph
4.6 JUNG
4.7 Other libraries
4.8 Remarks
5.1 D3.js
5.2 Google charts
5.3 matplotlib
5.4 Graphviz
5.5 Other libraries
5.6 Remarks
Recommended
Metrics
Details
Research funding
Keywords
Publication History
About Wiley Online Library
Help & Support
Opportunities
Connect with Wiley
debugger eval code:6:9

http://www.flounder.com/localeexplorer.htm
Useful MFC programming featuresI found myself using a lot of techniques which are not necessarily documented in examples.  So I'm taking the time to explain them here.    A tabbed dialog    Using a Rich Edit control as a help window, and including .rtf files as resources that can be loaded into this help window.    A resizeable dialog window which dynamically resizes its contained tabbed dialog          But a window resizable only vertically!    Scrollable child dialogs within tabbed dialogs    The use of rich edit controls to build a hex edit control    Reflecting selection from one text control to a corresponding control    Using a rich edit control to get syntax highlighting of UTF-8 character groups    The ability to set fonts in specific controls    A way of using FormatMessage to provide a "macro substitution" capability.    Sorting alphabetic and numeric data in a CListCtrl (both integer and floating-point, including signed values) .    A header control with vertical text.    An owner-draw CListCtrl header    Owner-drawn CListCtrl including multiple fonts and color highlighting.    Scrollable dialogs within tabbed dialogs    Use of mapping modes to handle a different coordinate space.    The use of a Rich Edit control with hyperlinks to other pages in the tabbed dialog

Local Explorer: Rich Edit with hyperlinks
richedit gui basic interpreter
http://www.flounder.com/richedithyperlinks.htm

rich gui basic interpreter rich
github - textualize/textual: the lean application framework

CANopen 是一種架構在控制器區域網路(Controller Area Network, CAN) emotas embedded communication GmbH | your embedded solution partner

 emotas embedded communication GmbH | your embedded solution partner

CANopen 是一種架構在控制器區域網路(Controller Area Network, CAN)上的高層通訊協定,包括通訊子協定及設備子協定常在嵌入式系統中使用,也是工業控制常用到的一種 ...
https://zh.wikipedia.org/zh-tw/CANopen
  https://www.emotas.de/en/produkte/canopen-device-explorer
https://www.emotas.de/en/canopen-software


CANopen software products

    CANopen Slave Stack Source Code

    The CANopen Slave Stack Basic of emotas is a software library that provides all communication services according to the CANopen communi­cation profile CiA301 V4.2.
    CANopen NetworkDesigner

    The CANopen NetworkDesigner by emotas allows to design a complete CANopen network including all devices and communication relationships. The source code for all components is generated automatically by the tool.
    CANopen Master/Slave Stack

    The CANopen Master/Slave Stack is a software library that provides all communication services according to communication profile CiA301, v4.2 and master features according to CiA302-2. The stack is written in ANSI-C and it is MISRA conform.
    CANopen Manager Stack

    The CANopen Manager Stacks extends the CANopen Master/Slave Stack with additional functions such as the Boot-Up Manager and the Configuration Manager according to CiA 302-2 and CiA302-3.
    CANopen Bootloader

    An increasing number of CANopen devices need bootloaders to update firmware in the field. The use of a complete CANopen stack for the bootloader is mostly unsuitable, because of the large flash memory footprint.
    CANopen DeviceExplorer

    The CANopen DeviceExplorer is a versatile tool for development, testing, diagnostics and service tasks. It provides CANopen master functionalities and allows the analysis and configuration of CANopen devices.
    CANopen DeviceDesigner

    The CANopen DeviceDesigner is an easy-to-use tool for fast and cost-saving design of CANopen devices. With a few mouse clicks the object dictionary of the device can be created on the basis of predefined profiles.
    CANopen UpdateManager

    The CANopen UpdateManager is an easy to handle tool designed for firmware downloads. Apart from direct firmware downloads it offers the opportunity to put firmware files for all devices of a network together, add the configuration data and and create an update package.
    CANopen-TCP/IP-Gateway (CiA 309-3)

    Das CiA309-3-Gateway ist ein universelles TCP/IP-CANopen-Gateway entsprechend der CiA-Spezifikation 309-3. Es ist als Binärversion für Linux verfügbar und kann mit jedem Linux, das eine can4linux oder SocketCAN CAN-Schnittstelle hat, verwendet werden. Zudem steht das Gateway auch im Quellcode zur Verfügung und kann damit auf alle Plattformen portiert werden, die eine CAN-Schnittstelle und einen TCP/IP-Stack mit BSD-Sockets besitzen. Die CANopen-Komponente des Gateways besteht aus dem bewährtem CANopen Master-Stack von emotas.
    CANopen-Modbus/TCP-Gateway (CiA309-2)

    The CiA309-2 gateway is a universal Modbus/TCP-CANopen gateway according to CiA 309-2 specification. It is available as binary version for Linux. It can be used with every Linux using a can4linux or SocketCAN CAN interface. The gateway is also available as source code.

Formal language theory, language classes Regular Language Context-free Language Context-sensitive Language Recursively Enumerable Language

 https://en.wikipedia.org/wiki/Context-free_grammar
Context-free grammar - Wikipedia
https://en.wikipedia.org/wiki/Context-sensitive_language

https://academic-accelerator.com/encyclopedia/zh/context-free-grammar
上下文無關語法 Context Free Grammar: 最新的百科全書、新聞、評論和研究

context-free grammar sensitive formal language theory Context Free Grammar   Context Free Language

快速了解 Formal Language (形式語言) · 學徒筆記
https://srhuang.github.io/formal%20language/2019/09/15/formallanguage-001.html
Definition : Languages, Grammars, Automata    Regular Languages and DFA    Context-Free Languages and Pushdown Automata    Recursively enumerable Languages and Turing Machine    Context-Sensitive Languages and Linear Bounded Automata    The Chomsky Hierarchy    Limits of Algorithmic Computation    Computational Complexity

https://web.ntnu.edu.tw/~algo/Language.html
Language - 演算法筆記
Language Language Regular Language Regular Language: Recursive Descent Parser Regular Language: Thompson's Algorithm Context-free Language Context-free Language: Recursive Descent Parser Context-free Language: Cocke–Younger–Kasami Parser Context-free Language: Earley Parser

https://transang.me/formal-language-theory/
Formal language theory, language classes
Language definition    Language classes        Finite language        Regular language        Deterministic Context-Free language        Unambiguous Context-Free language        Inherently Ambiguous Context-Free language        Context-Free language        Context-Sensitive language        Recursively enumerable language        Linear context-free grammar    Regular expression engine

https://lih-verma.medium.com/formal-grammar-and-information-theory-f9b293e2c385
Formal grammar and information theory | by Nikhil Verma | Medium

bus spi bridge manager controller ic tracker 1-wire hardware particle ds2482 ds2482s-800 analog devices interface bridges,

 https://www.analog.com/en/products/ds2482-800.html
https://tlfong01.blog/2020/04/28/ds2482-100-programming-notes/
https://forum.arduino.cc/t/i2c-bus-sharing-with-a-ds2482-800-problem/885730
    
https://raspberrypi.stackexchange.com/questions/111412/rpi3b-python-ds2482-i2c-to-1-wire-bridge-connecting-10-ds18b20-temperature-sen

https://ilikehksm.life/product_tag/43505875_.html
i2c to 1-wire interface-Online Store

    Allows Easy Interface Between an I2C Micro Port and a 1-Wire Slave
        I2C Host Interface Supports 100kHz and 400kHz I2C Communication Speeds
        8 Channels of Independently Operated 1-Wire I/O
        1-Wire Master I/O with Selectable Active or Passive 1-Wire Pullup
        Provides Reset/Presence, 8-Bit, Single-Bit, and 3-Bit 1-Wire I/O Sequences
        Standard and Overdrive 1-Wire Communication Speeds 2
        Three Address Inputs for I2C Address Assignment
    Minimizes Line Noise, Reducing System EMI
        Slew-Controlled 1-Wire Edges
    Supports EEPROMs, Temp Sensors, or Other 1-Wire Slaves That Have Momentary High Source Current Modes
        Strong 1-Wire Pullup Provided by an Internal Low-Impedance Signal Path
    Wide Operating Range: 2.9V to 5.5V, -40°C to +85°C
    16-Pin SO Package (150 mils)

bus spi bridge manager controller ic   interface bridge

msx z80 rgb vga CARD V99x8 41464c v9938 V9958 TMS9918 V9938 V9958 ATF16V8

 https://github.com/vipoo/yellow-msx-series-for-rc2014/blob/main/video/README.md
https://github.com/vipoo/yellow-msx-series-for-rc2014/tree/main/video
https://en.wikipedia.org/wiki/MSX

https://www.tindie.com/products/dinotron/v9958-msx-video-advanced-module-for-rc2014/
https://www.tindie.com/products/dinotron/v99x8-msx-rgb-video-module-for-rc2014/

https://en.wikipedia.org/wiki/MOS_Technology_6502
6800     6501     6502
MOS  6502 6502.org: The 6502 Microprocessor Resource
6502.org
http://www.6502.org
6502.org is a resource for people interested in building hardware or writing software for the 6502 microprocessor and its relatives.

6800 Z80 MSX 6502, Z80, 8086
http://www.iljitsch.com/2022/04-19-6502-z80-8086-68000-the-four-cpus-that-dominated-the-1980s.html
6502, Z80, 8086, 68000: the four CPUs that dominated the 1980s
https://github.com/aburi6800/msx-PSGSoundDriver

8-bit VGA ControllerAltium https://valhalla.altium.com › Learning-Guides PDF The VGA Controller provides a simple, 8-bit interface, between a host microcontroller and any VGA-compatible monitor. This variant of the Controller provides ...

https://www.reddit.com/r/beneater/comments/gjj45b/vga_output_from_65028bit_computer_discussion/
(3) VGA output from 6502/8-bit computer discussion : beneater

FPGA VGA Controller for 8-bit computer - Page 1
https://www.eevblog.com/forum/fpga/fpga-vga-controller-for-8-bit-computer/
https://www.eevblog.com/forum/vintage-computing/designing-a-8-bit-vga-card/
https://www.eevblog.com/forum/fpga/fpga-vga-controller-for-8-bit-computer/3225/
https://www.eevblog.com/forum/fpga/fpga-vga-controller-for-8-bit-computer/3150/

https://www.glensstuff.com/vgavideocards/vgavideocards.htm
8bit vga 8-bit VGA Controller


dual port  ram   Parallel  in , Serial out Shift  Parallel-in, Serial-out (PISO)
Shift Registers
latch Registers Transceivers  3-State Outputs

https://www.flickr.com/photos/jpstanley/57032464
8-bit Paradise VGA card | Here's an 8-bit ISA VGA card I scr… | Flickr
https://hackaday.com/2021/06/21/vga-from-scratch-on-a-homebrew-8-bit-computer/


video ram  IC 16bit  Memory VRAM 256Kx16
Apple Macintosh 256k 68-pin VRAM Video Memory SIMM 670-0269 LC LCII LCIII 475
KM4216C2566  Memory VRAM 256Kx16 VRAM VGA 1MB
video ram IC 16bit Memory VRAM 256Kx16
two 256Kx4 DRAM  256 KB video RAM

cga vga isa rtvga boards vogons
Realtek rtVGA  rtvga
https://www.vogons.org/viewtopic.php?t=65821
Arrived ISA 8 bit RTVGA boards \ VOGONS

DY-SV17F W0974 dy1703A flash 32Mbit mp3 music plaer memory Winbond's W25X and W25Q SpiFlash® Multi-I/O Memories feature the popular Serial Peripheral Interface (SPI), densities

 DY-SV17F Audio Module Mini MP3 Player IO Trigger USB ...
 
DY-SV17F  
DY-SV17F Audio Module Mini MP3 Player IO Trigger USB Download Flash Voice Module ; Supports Recording FunctionYes ; Display SizeNone ; PackageYes ; Mode



DY-SV17F voice module integrates IO segment trigger, UART serial port control, ONE_line single bus serial port control, standard MP3 and other 7 working modes; onboard 5W Class D power amplifier can directly drive 4Ω 3~5W speaker; support MP3, WAV decoding format, onboard 32Mbit (4MByte) flash storage audio file, can connect to the computer to update audio files through USB data cable.

Support MP3 and WAV decoding formats.
Support sampling rate (KHz): 8/11.025/12/16/22.05/24/32/44.1/48.
24-bit DAC output, dynamic range support 90dB, signal-to-noise ratio support 85dB.
Onboard 32Mbit (4MByte) flash storage, you can connect the computer to update the audio file through the USB data cable.
Comes with 5W class D power amplifier, can directly drive 4Omega, 3~5W speakers.
UART serial port control voice broadcast function, can control playback, pause, song selection, volume addition and subtraction, etc., the largest selection of 65,535 songs, baud rate of 9600 bps.
Support IO trigger playback function, 8 IO ports trigger 8 tracks or 8 IO ports to trigger 255 tracks.
Support One_line single bus serial port control, can control playback, pause, song selection, volume addition and subtraction and other functions.
Support 3 configuration IO for up to 7 working mode selection.

Notice:
1."Key combination playback" refers to the restoration of the original high level after io0-io7 output the corresponding level, similar to the key trigger once; "Level combination playback" refers to the io0-io7 output of the corresponding level to maintain the same level.
3.The difference between "I/O combination (independent) mode 0" and "I/O combination (independent) mode 1" is that the former mode continues to play the current track until the end after releasing the level, while the latter mode immediately stops playing the track after releasing the level.

Package Includes: DY-SV17F MP3 Voice Module

25Q32   SPI NOR Flash
BY25Q32BS 32M-bit Serial Peripheral Interface(SPI) Flash memory

https://www.winbond.com/hq/product/code-storage-flash-memory/serial-nor-flash/?__locale=en

Winbond's W25X and W25Q SpiFlash® Multi-I/O Memories feature the popular Serial Peripheral Interface (SPI), densities from 512K-bit to 512M-bit, small erasable ...

25Q16  Serial  SPI Serial NOR flash  Memory FLASH
MACRONIX MX25V1635FZNI
Flash Memory, Serial NOR, 16 Mbit, 2M x 8bit, SPI, WSON, 8 Pins

https://forum.openwrt.org/t/two-spi-nor-flash-chips-in-parallel-possible/30529/4
Two SPI NOR Flash chips in parallel, possible? - Hardware Questions and Recommendations - OpenWrt Forum
Two SPI NOR Flash chips in parallel, possible? - Hardware Questions and Recommendations - OpenWrt ForumTwo SPI NOR Flash chips in parallel, possible? - Hardware Questions and Recommendations - OpenWrt Forum Two SPI NOR Flash chips in parallel, possible? - Hardware Questions and Recommendation (But use NOR SPI Fash instead SD-Card)

https://forum.openwrt.org/t/two-spi-nor-flash-chips-in-parallel-possible/30529
https://www.digikey.tw/zh/schemeit/project/detail/huzzah-cc3000-wifi-breakout-1469-FASS1RO100S0

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/708763/msp432e401y-spi-flash-nor-and-ti-rtos-filesystem-support

https://forum.openwrt.org/t/aruba-ap-105-spi-flash-rpi/61215

羅漢果 草果 梅子 陳皮 沙薑

 鹵料配方秘方大全如下(範例):
1.香料配方:八角50克,花椒20克,香葉30克,陳皮25克,草果30克,丁香10克,甘草15克,羅漢果3個,沙薑25克,白荳蔻25克,肉 荳蔻25克。 蔥200克,薑300克,蒜瓣300克,洋蔥250克,胡蘿蔔250克,西芹200克,青椒150克,紅椒100克,整棵香菜600克,乾辣椒絲25克。 冰糖1000克,白醬油500克,魚露150克,山西陳醋150克,生抽2000克,桂花口急汁250克,龜甲萬醬油300克,花雕酒500克,玫瑰花露酒150克,草菇老 抽100公克,精鹽400公克,味精300公克,雞粉250公克。
2.香料配方:草荳蔻20克,肉荳蔻20克,丁香5克,小茴香35克,白芷5克,良薑30克,八角20克,桂皮25克,山楂片(成熟鮮山楂切片晾乾 ),香葉35克,甘草10克,草果25克,陳皮15克,上等紅麴米150克。 生抽200克,醬油50克,蠔油200克,冰糖1500克,鹽750克,味精350克,料酒500克。 雞架骨1500公克,豬大骨1500公克,清水25公斤。 薑片150公克,青蔥100公克,香菜、香芹、青椒、洋蔥各50公克。 沙拉油100克。

  A.八角50克,花椒20克,香葉30克,陳皮25克,草果30克,丁香10克,甘草15克,羅漢果3個,沙薑25克。 B.蔥200克,姜300克,蒜瓣300克,洋蔥250克,胡蘿蔔250克,青椒150克,紅椒100克,整棵香菜600克,乾辣椒絲25克。 C.冰糖1000克,白醬油500克,魚露150克,山西陳醋150克,李錦記生抽2000克,花雕酒500克,玫瑰露酒150克,草菇老抽100克,精鹽400克,味精300克,雞粉250克。 D.豬大骨5000克,老母雞2000克,老鴨子400克 E.料包2個,

nim vala language source-to-source compiler transcompiler transpiler modula-3, oberon-2, component pascal, active oberon, oberon-07, nim, go, zonnon

 nim vala language

https://github.com/nickelsworth/noct
nickelsworth/noct: nickelsworth oberon-07 compiler / transpiler

source-to-source compiler transcompiler transpiler

modula-3, oberon-2, component pascal, active oberon, oberon-07, nim, go, zonnon



https://en.wikipedia.org/wiki/Bootstrapping_(compilers)
https://en.wikipedia.org/wiki/Source-to-source_compiler

https://www.geeksforgeeks.org/source-to-source-compiler/

https://academic-accelerator.com/encyclopedia/zh/automatic-parallelization
自動並行化 Automatic Parallelization: 最新的百科全書、新聞、評論和研究


Compiler Design: Theory, Tools, and Examples CORE
https://core.ac.uk › download › pdf PDF SD Bergmann   Compiler design is a subject which many believe to be fundamental and vital to computer science. It is a subject which has been

Compilers: Principles, Techniques, and Tools
清大資工系
http://www.cs.nthu.edu.tw › slides › CSC4180 › A...
PDF
In the time since the 1986 edition of this book, the world of compiler design has changed significantly. Programming languages have evolved to present new.

ss7 gsm position ss7 signaling system 7 hack msc vlr ss7 attack explained: what is it, how it works, and ss7 vulnerability prevention techniques

 ss7 gsm position ss7 signaling system 7 hack msc vlr

ss7 attack explained: what is it, how it works, and ss7 vulnerability prevention techniques

ss7 protocol: how hackers might find you

https://hackmd.io/@ji3g4al/rjlu4n0xi
行動通訊網路 HackMD https://hackmd.io › ... — Support Basic Call Set-up and Tear Down; TUP Handles Analog Circuits Only; Replaced by ISUP Gradually. ISDN User Part (ISUP):. 設置、 ...

https://securityboulevard.com/2023/04/a-step-by-step-guide-to-ss7-attacks-2/