Academic literature on the topic 'Software Communication Architecture'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Software Communication Architecture.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Software Communication Architecture"
Ananthavijayan, Ramesh, Prabhakar Karthikeyan Shanmugam, Sanjeevikumar Padmanaban, Jens Holm-Nielsen, Frede Blaabjerg, and Viliam Fedak. "Software Architectures for Smart Grid System—A Bibliographical Survey." Energies 12, no. 6 (March 26, 2019): 1183. http://dx.doi.org/10.3390/en12061183.
Full textMuñoz, Luis Freddy, Julio Ariel Hurado, and Francisco Javier Álvarez. "Agile Architecture in Action (AGATA)." Ingenieria y Universidad 22, no. 1 (December 14, 2017): 33–51. http://dx.doi.org/10.11144/javeriana.iyu22-1.aaaa.
Full textDerdour, Makhlouf, Philippe Roose, Marc Dalmau, Nacéra Ghoualmi Zine, and Adel Alti. "MMSA: Metamodel Multimedia Software Architecture." Advances in Multimedia 2010 (2010): 1–17. http://dx.doi.org/10.1155/2010/386035.
Full textLiyanage, Madhusanka, An Braeken, Anca Delia Jurcut, Mika Ylianttila, and Andrei Gurtov. "Secure communication channel architecture for Software Defined Mobile Networks." Computer Networks 114 (February 2017): 32–50. http://dx.doi.org/10.1016/j.comnet.2017.01.007.
Full textKRÜGER, INGOLF, WOLFGANG PRENNINGER, ROBERT SANDNER, and MANFRED BROY. "FROM SCENARIOS TO HIERARCHICAL BROADCASTING SOFTWARE ARCHITECTURES USING UML-RT." International Journal of Software Engineering and Knowledge Engineering 12, no. 02 (April 2002): 155–74. http://dx.doi.org/10.1142/s0218194002000858.
Full textLUNG, CHUNG-HORNG, XIA XU, and MARZIA ZAMAN. "SOFTWARE ARCHITECTURE DECOMPOSITION USING ATTRIBUTES." International Journal of Software Engineering and Knowledge Engineering 17, no. 05 (October 2007): 599–613. http://dx.doi.org/10.1142/s0218194007003410.
Full textGuesmi, Tawfik, Anwar Kalghoum, Badr M. Alshammari, Haitham Alsaif, and Ahmed Alzamil. "Leveraging Software-Defined Networking Approach for Future Information-Centric Networking Enhancement." Symmetry 13, no. 3 (March 9, 2021): 441. http://dx.doi.org/10.3390/sym13030441.
Full textLafaye, Jean-Yves, and Georges Louis. "A metric for evaluating software architecture and communication models consistency." RAIRO - Theoretical Informatics and Applications 39, no. 2 (April 2005): 361–90. http://dx.doi.org/10.1051/ita:2005023.
Full textTEKINERDOGAN, BEDIR, HASAN SOZER, and MEHMET AKSIT. "FEATURE-BASED RATIONALE MANAGEMENT SYSTEM FOR SUPPORTING SOFTWARE ARCHITECTURE ADAPTATION." International Journal of Software Engineering and Knowledge Engineering 22, no. 07 (November 2012): 945–64. http://dx.doi.org/10.1142/s021819401250026x.
Full textGhayyur, Shahbaz Ahmed Khan, Daud Awan, and Malik Sikander Hayat Khiyal. "A Case of Engineering Quality for Mobile Healthcare Applications Using Augmented Personal Software Process Improvement." Mobile Information Systems 2016 (2016): 1–14. http://dx.doi.org/10.1155/2016/3091280.
Full textDissertations / Theses on the topic "Software Communication Architecture"
Mourikas, George. "Reconfigurable software communication architecture : design implementation." Thesis, Lancaster University, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.531709.
Full textDackenberg, Jens. "Software Communication Architecture - Waveform Distribution with MHAL." Thesis, Linköping University, Communication Systems, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-58747.
Full textFor a long time radio devices have been constructed in hardware with a fixed functionality. This way of constructing radio devices is starting to change with the concept of Software Defined Radio (SDR) evolving. The SDR concept leads to more flexible and long lasting radio devices. In order to make the radio software more standardized and portable, the U.S. military has defined the Software Communication Architecture (SCA). Internal communication within the SCA is done by CORBA, which limit waveforms to be only distributed over CORBA-capable hardware. The U.S. military has defined the Modem Hardware Abstraction Layer(MHAL) to enable distribution over devices not supporting CORBA. This thesis presents an implementation of MHAL and an underlying transport mechanism based on Ethernet. The implementation is done for the OSSIE package. The implementation is evaluated both in terms of real-time and throughput performance. The results show that MHAL achieves good performance, in comparison to CORBA, and can greatly be used to distribute waveforms over both CORBA and non-CORBA capable devices.
Nicolaou, Cosmos Andrea. "A distributed architecture for multimedia communication systems." Thesis, University of Cambridge, 1990. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.385935.
Full textShafabakhsh, Benyamin. "Research on Interprocess Communication in Microservices Architecture." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-277940.
Full textMed den kraftiga tillväxten av molntjänster under det senaste decenniet har mikrotjänster fått en betydande popularitet i branschen som ett nytt arkitektoniskt mönster. Det erbjuder en moln-baserad arkitektur som delar stora applikationer i en samling små, oberoende och distribuerade paket. Eftersom microservicebaserade applikationer distribueras och körs på olika maskiner, är en av de viktigaste utmaningarna när man utformar en applikation valet av mekanism med vilken tjänster kommunicerar med varandra. Det finns flera metoder för att implementera Interprocess-kommunikation (IPC) i mikrotjänster och var och en har olika fördelar och nackdelar. Medan det finns teoretisk och in- formell jämförelse mellan dem, har denna avhandling tagit ett experimentellt synsätt för att jämföra och kontrastera vanliga former av IPC-kommunikation. I denna avhandling har IPC-metoder kategoriserats i synkrona och asynkrona kategorier. Den synkrona typen består av REST API och Google gRPC, medan asynkron typ använder en meddelandemäklare känd som RabbitMQ. Dessutom har en samling mikroservice för ett e-handelsscenario utformats och utvecklats med alla de tre olika IPC-metoderna. Ett lasttest har utförts mot var- je modell för att erhålla kvantitativa data relaterade till prestandaeffektivitet, och tillgänglighet för varje metod. Att utveckla samma uppsättning funktionaliteter med olika IPC-metoder har erbjudit en kvalitativ data relaterad till skalbarhet och komplexitet för varje IPC-modell. Utvärderingen av experimentet indikerar att även om det inte finns någon universell IPC-lösning som kan tillämpas i alla fall, ska asynkrona IPC-mönster vara det föredragna alternativet vid utformningen av systemet. Ändå tyder resultaten från detta arbete också på att det finns scenarier där synkrona mönster är mer lämpliga.
Upson, Christopher S. "Design and implementation of a software communication architecture for the Janus-3D visualizer." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1994. http://handle.dtic.mil/100.2/ADA288509.
Full textLoup, Adam. "A Software Framework for Augmentative and Alternative Communication." ScholarWorks@UNO, 2012. http://scholarworks.uno.edu/td/1461.
Full textKriegler, Wouter. "A fixed-point DSP architecture for software-defined radio." Thesis, Stellenbosch : University of Stellenbosch, 2009. http://hdl.handle.net/10019.1/3029.
Full textDue to ever evolving wireless communication standards and technologies, the need for more flexible radio terminals are becoming more sought after in order to adapt to these new standards. Software-defined radio offers a solution to this demand. Software-defined radio is a radio communication system where signal processing components that have typically been implemented in hardware are replaced by reconfigurable and re-useable software modules running on a digital processor. The need exists to rapidly create new SDR applications without designing an entire system from the ground up, and without specialised knowledge of the target platform. This thesis initially describes the design of a generic SDR architecture that is highly reconfigurable and promotes a high level of code re-use. The research forms part of a larger project to design a domain-specific language (DSL) in which to describe SDR functionality in a platform-independent way. In this thesis, the code synthesis from the DSL is extended to support the Freescale DSP563xx family.
Balister, Philip John. "A Software Defined Radio Implemented using the OSSIE Core Framework Deployed on a TI OMAP Processor." Thesis, Virginia Tech, 2007. http://hdl.handle.net/10919/36272.
Full textMaster of Science
Pintar, Freddie. "Investigation and Implementation of a Live Connection between Configura CET and Revit Architecture 2009." Thesis, Linköping University, PELAB - Programming Environment Laboratory, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-17357.
Full textBuilding Information Modeling -BIM- is an innovative method to seamlessly bridgecommunication within the architecture, engineering and construction industries.With BIM software you can exchange information during the design, construction,and maintaining. BIM can be seen as a continuation of the CAD software, wherethe users exchanged information by word of mouth, now is made automatically.To get the effect required for BIM one or more CAD-systems have to work togetherto exchange information. Revit Architecture is an application by Autodeskwhere BIM is used from the design and construction to the documentation andmaintaining of a building. Configura is one of the major software developers of interiorsolutions and want to integrate their software with Revit Architecture. Theconcept of objects in both software system suit well to be used in BIM and witha live connection these could be shared between the applications. One of the conclusionsin this investigation was that the only way to have integration betweenthe applications was to use the API provided by Autodesk. And therefore theimplementation is limited to the function in it. Revit API is a powerful programmingenvironment that let 3rd party software extend the functionality in Revit.The results show how Remote Procedure Call as a communication tool can beused to exchange data between the applications, how different type of data can berepresented in both applications, and why we cannot have a live synchronization.
Bizhuta, Ermal, and Dhespina Carhoshi. "Applicability Study of Software Architectures in the Discrete Manufacturing Domain." Thesis, Mälardalens högskola, Inbyggda system, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-44705.
Full textPADME
Books on the topic "Software Communication Architecture"
Mitola, Joseph. Cognitive Radio Architecture. New York: John Wiley & Sons, Ltd., 2006.
Find full textUpson, Christopher S. Design and implementation of a software communication architecture for the Janus-3D visualizer. Monterey, Calif: Naval Postgraduate School, 1994.
Find full textservice), SpringerLink (Online, ed. Enterprise Architecture at Work: Modelling, Communication and Analysis. 3rd ed. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013.
Find full textWireless Internet applications and architecture: Building professional wireless applications worldwide. Boston: Addison-Wesley, 2002.
Find full textBeaulieu, Mark. Wireless Internet applications and architecture: Building professional wireless applications worldwide. Harlow: Addison-Wesley, 2001.
Find full text1971-, Ho Pin-Han, ed. Optical networks: Architecture and survivability. Boston: Kluwer Academic, 2003.
Find full textDrira, Khalil. Software Architecture: 7th European Conference, ECSA 2013, Montpellier, France, July 1-5, 2013. Proceedings. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013.
Find full textBard, John. Software defined radio: The software communications architecture. Chichester, UK: John Wiley & Sons, 2007.
Find full textAnca, Molnos, Nieuwpoort Rob, and SpringerLink (Online service), eds. Computer Architecture: ISCA 2010 International Workshops A4MMC, AMAS-BT, EAMA, WEED, WIOSCA, Saint-Malo, France, June 19-23, 2010, Revised Selected Papers. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012.
Find full textFantauzzi, Giuseppe. Digital switching control architectures. Boston: Artech House, 1990.
Find full textBook chapters on the topic "Software Communication Architecture"
Kiwelekar, Arvind W., and Rushikesh K. Joshi. "Identifying Architectural Connectors through Formal Concept Analysis of Communication Primitives." In Software Architecture, 515–18. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-15114-9_53.
Full textShi, Tianjun, and Xudong He. "Modeling and Analyzing the Software Architecture of a Communication Protocol Using SAM." In Software Architecture, 63–77. Boston, MA: Springer US, 2002. http://dx.doi.org/10.1007/978-0-387-35607-5_4.
Full textTamburri, Damian Andrew, and Patricia Lago. "Supporting Communication and Cooperation in Global Software Development with Agile Service Networks." In Software Architecture, 236–43. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-23798-0_26.
Full textChassot, Christophe, Karim Guennoun, Khalil Drira, François Armando, Ernesto Exposito, and André Lozes. "Architecture Transformation and Refinement for Model-Driven Adaptability Management: Application to QoS Provisioning in Group Communication." In Software Architecture, 220–27. Berlin, Heidelberg: Springer Berlin Heidelberg, 2006. http://dx.doi.org/10.1007/11966104_17.
Full textBertin, Emmanuel, Noël Crespi, and Guy Pujolle. "Organizational and Software Applications." In Architecture and Governance for Communication Services, 211–38. Hoboken, NJ, USA: John Wiley & Sons, Inc., 2013. http://dx.doi.org/10.1002/9781118591376.ch5.
Full textAmbriola, V., and V. Gervasi. "Representing structural requirements in software architecture." In IFIP Advances in Information and Communication Technology, 114–27. Boston, MA: Springer US, 1998. http://dx.doi.org/10.1007/978-0-387-35350-0_9.
Full textGuyer, Samuel Z., and Calvin Lin. "Broadway: A Software Architecture for Scientific Computing." In IFIP Advances in Information and Communication Technology, 175–92. Boston, MA: Springer US, 2001. http://dx.doi.org/10.1007/978-0-387-35407-1_11.
Full textBoisvert, Ronald F., and Ping Tak Peter Tang. "The Architecture of Scientific Software: The Conference." In IFIP Advances in Information and Communication Technology, 351–55. Boston, MA: Springer US, 2001. http://dx.doi.org/10.1007/978-0-387-35407-1_21.
Full textBoisvert, Ronald F., and Ping Tak Peter Tang. "Erratum to: The Architecture of Scientific Software." In IFIP Advances in Information and Communication Technology, E1. Boston, MA: Springer US, 2017. http://dx.doi.org/10.1007/978-0-387-35407-1_22.
Full textFranz, M. "On the architecture of software component systems." In IFIP Advances in Information and Communication Technology, 207–20. Boston, MA: Springer US, 1998. http://dx.doi.org/10.1007/978-0-387-35350-0_16.
Full textConference papers on the topic "Software Communication Architecture"
Chavan, P. U., M. Murugan, and P. P. Chavan. "A Review on Software Architecture Styles with Layered Robotic Software Architecture." In 2015 International Conference on Computing Communication Control and automation(ICCUBEA). IEEE, 2015. http://dx.doi.org/10.1109/iccubea.2015.165.
Full textRichardson, Kevin, Chalena Jimenez, and Donald R. Stephens. "Evolution of the software communication architecture standard." In MILCOM 2009 - 2009 IEEE Military Communications Conference. IEEE, 2009. http://dx.doi.org/10.1109/milcom.2009.5380018.
Full textEskeland, Sigurd. "Communication-efficient privacy-preserving smart metering." In ECSA '17: 11th European Conference on Software Architecture. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3129790.3129802.
Full textKit, Michal, Frantisek Plasil, Vladimir Matena, Tomas Bures, and Ondrej Kovac. "Employing Domain Knowledge for Optimizing Component Communication." In CompArch '15: Federated Events on Component-Based Software Engineering and Software Architecture. New York, NY, USA: ACM, 2015. http://dx.doi.org/10.1145/2737166.2737172.
Full textGuan Jianxin, Ye Xiaohui, Gao Jun, and Liu Quan. "The Software Communication Architecture specification: Evolution and trends." In 2009 Asia-Pacific Conference on Computational Intelligence and Industrial Applications (PACIIA 2009). IEEE, 2009. http://dx.doi.org/10.1109/paciia.2009.5406588.
Full textYu, Huafeng, and Chung-Wei Lin. "Security concerns for automotive communication and software architecture." In IEEE INFOCOM 2016 - IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS). IEEE, 2016. http://dx.doi.org/10.1109/infcomw.2016.7562147.
Full textVidal, William, Rodrigo Dobler, Sergio Cechin, Taisy Weber, and Joao Netto. "Software Architecture for Safety Communication in Critical Systems." In 2014 Symposium on Automation and Computation for Naval, Offshore and Subsea (NAVCOMP). IEEE, 2014. http://dx.doi.org/10.1109/navcomp.2014.16.
Full textMajidi, Emad, Mahdieh Alemi, and Hasan Rashidi. "Software Architecture: A Survey and Classification." In 2010 Second International Conference on Communication Software and Networks. IEEE, 2010. http://dx.doi.org/10.1109/iccsn.2010.94.
Full textKugele, Stefan, David Hettler, and Jan Peter. "Data-Centric Communication and Containerization for Future Automotive Software Architectures." In 2018 IEEE International Conference on Software Architecture (ICSA). IEEE, 2018. http://dx.doi.org/10.1109/icsa.2018.00016.
Full textChahal, Manisha, and Sandeep Harit. "Towards software-defined vehicular communication: Architecture and use cases." In 2017 International Conference on Computing, Communication and Automation (ICCCA). IEEE, 2017. http://dx.doi.org/10.1109/ccaa.2017.8229859.
Full textReports on the topic "Software Communication Architecture"
Gudaitis, Mike. Open Radio Communications Architecture Core Framework V1.1.0. Volume 3. Software Requirement Specification. Fort Belvoir, VA: Defense Technical Information Center, February 2005. http://dx.doi.org/10.21236/ada431985.
Full textGudaitis, Mike, Dave Hallatt, A. Bagdasarova, and Mike Yax. Open Radio Communications Architecture Core Framework V1.1.0 Volume 1 Software Users Manual. Fort Belvoir, VA: Defense Technical Information Center, February 2005. http://dx.doi.org/10.21236/ada432385.
Full text