Samsung / SamsungAutomationStudio

Samsung Automation Studio is to provide development tools and execution environment that can easily configure application logic by connecting both Samsung service and 3rd party service. This project is to share the node for open source NodeRED developed by Samsung Automation Studio team to the community. If you are using nodered, you can easily install the node we provide. And you can use Samsung's IoT and AI-related services more easily, and you can have an extended experience in conjunction with your own services.
Apache License 2.0
56 stars 29 forks source link

ssafy-9th result #83

Closed Sunghyun1320 closed 9 months ago

Sunghyun1320 commented 9 months ago

Korean

안녕하세요. Samsung SW Academy For Youth 9th의 SASM 오픈소스 프로젝트에 참여한 경부선 사슴 출몰팀입니다.

Samsung Automation Studio for Mashup(이하 SASM)에 사용자가 작성한 기능을 모듈화 하여 재사용성을 높히고, 모듈 관리 도구 탭을 생성하여 모듈을 효율적으로 관리할 수 있도록 제작하였습니다.

저희가 개발한 내용에 대한 설명을 요약 드리겠습니다.

이름 기능
moduleflow 모듈화된 플로우에서 moduleflow_in이나 submoduleflow를 호출하는 노드입니다.
moduleflow_in 모듈화된 노드의 시작으로, moduleflow에 의해 호출되거나 연결된 submoduleflow를 대표하는 노드입니다.
moduleflow_out 모듈화된 플로우를 마치고 호출한 moduleflow로 돌아가는 노드입니다.
submoduleflow moduleflow_in에 연결되어 moduleflow에 의해 호출되는 노드입니다.

자세한 사항은 문서를 참조 바랍니다

노드 제작과 관련하여 많은 도움을 주신 김선학 멘토님, 장세환 멘토님, 박종수 프로님, 그리고 SSAFY 프로님, 컨설턴트님, 코치님께 감사드립니다.


English

Hello. We are the GBL-SASM-Alert team that participated in the 9th Samsung SW Academy For Youth's SASM Open Source Project.

We have developed a feature for Samsung Automation Studio for Mashup (SASM) that focuses on modularizing user-written functionalities to enhance reusability and create an efficient Module Management Tool tab for effective module management.

Here is a summarized explanation of what we have developed:

Name Function
moduleflow A node that is used in modularized flows to call moduleflow_in or submoduleflow nodes.
moduleflow_in The starting node for modularized nodes, representing the node called or connected by moduleflow.
moduleflow_out A node that returns to the calling moduleflow upon completing the modularized flow.
submoduleflow A node connected to moduleflow_in and called by moduleflow.

Please refer to the document for details

We would like to express our gratitude to Mentor Kim Sun-hak, Mentor Jang Se-hwan, Professor Park Jong-su, and the SSAFY professionals, consultants, and coaches who provided valuable assistance in node development.