MBS Macextras Plugin.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

MBS Macextras Plugin.Pdf MBS MacExtras Plugin Documentation Christian Schmitz September 6, 2021 2 0.1 Introduction This is the PDF version of the documentation for the Xojo Plug-in from Monkeybread Software Germany. Plugin part: MBS MacExtras Plugin 0.2 Content • 1 List of all topics 3 • 2 List of all classes 29 • 3 List of all controls 31 • 4 List of all modules 33 • 5 List of all global methods 35 • 6 All items in this plugin 37 • 18 List of Questions in the FAQ 231 • 19 The FAQ 241 Chapter 1 List of Topics • 7 Apple Remote 39 – 7.1.1 class AppleRemoteMBS 39 ∗ 7.1.7 startListening 40 ∗ 7.1.8 stopListening 40 ∗ 7.1.10 ClickCountEnabledButtons as Integer 40 ∗ 7.1.11 ClickCountingEnabled as Boolean 40 ∗ 7.1.12 Handle as Integer 41 ∗ 7.1.13 ListeningOnAppActivate as Boolean 41 ∗ 7.1.14 ListeningToRemote as boolean 41 ∗ 7.1.15 MaximumClickCountTimeDifference as Double 41 ∗ 7.1.16 OpenInExclusiveMode as boolean 42 ∗ 7.1.17 ProcessesBacklog as Boolean 42 ∗ 7.1.18 RemoteAvailable as boolean 42 ∗ 7.1.19 remoteId as Integer 42 ∗ 7.1.20 SimulatesPlusMinusHold as Boolean 42 ∗ 7.1.22 ButtonPressed(ButtonID as Integer, PressedDown as boolean, clickCount as Integer) 43 ∗ 7.1.24 kRemoteButtonFullscreen2009 = 32768 43 ∗ 7.1.25 kRemoteButtonLeft = 64 43 ∗ 7.1.26 kRemoteButtonLeftHold = 256 43 ∗ 7.1.27 kRemoteButtonMenu = 8 44 ∗ 7.1.28 kRemoteButtonMenuHold = 512 44 ∗ 7.1.29 kRemoteButtonPlay = 16 44 ∗ 7.1.30 kRemoteButtonPlay2009 = 16384 44 ∗ 7.1.31 kRemoteButtonPlaySleep = 1024 44 ∗ 7.1.32 kRemoteButtonRight = 32 44 ∗ 7.1.33 kRemoteButtonRightHold = 128 45 3 4 CHAPTER 1. LIST OF TOPICS ∗ 7.1.34 kRemoteButtonVolumeMinus = 4 45 ∗ 7.1.35 kRemoteButtonVolumeMinus_Hold = 8192 45 ∗ 7.1.36 kRemoteButtonVolumePlus = 2 45 ∗ 7.1.37 kRemoteButtonVolumePlus_Hold = 4096 45 ∗ 7.1.38 kRemoteControlSwitched = 2048 45 5 • 9 Cocoa 85 – 9.1.1 class ContinuityCameraMBS 85 ∗ 9.1.9 Constructor 86 ∗ 9.1.10 Destructor 86 ∗ 9.1.11 Import(index as Integer) 87 ∗ 9.1.12 Import(index as Integer, Control as control) 87 ∗ 9.1.13 Import(index as Integer, Win as window) 87 ∗ 9.1.14 InstallForCanvas 87 ∗ 9.1.15 InstallForListbox 87 ∗ 9.1.16 InstallForWindow 88 ∗ 9.1.17 PopupMenu as NSMenuMBS 88 ∗ 9.1.18 SetDelegate(d as ContinuityCameraDelegateMBS) 88 ∗ 9.1.20 Handle as Integer 88 ∗ 9.1.22 ContinuityCameraDelegateMBS(Data as MemoryBlock, type as String) 89 6 CHAPTER 1. LIST OF TOPICS • 13 Growl 111 – 13.1.1 class GrowlApplicationBridgeMBS 111 ∗ 13.1.5 bestRegistrationDictionary as Dictionary 112 ∗ 13.1.6 Constructor 112 ∗ 13.1.7 Destructor 113 ∗ 13.1.8 frameworkInfoDictionary as Dictionary 113 ∗ 13.1.9 IsFrameworkLoaded as boolean 113 ∗ 13.1.10 isGrowlRunning as boolean 113 ∗ 13.1.11 isMistEnabled as boolean 114 ∗ 13.1.12 LoadFramework(path as folderitem) as boolean 114 ∗ 13.1.13 notificationDictionaryByFillingInDictionary(notifDict as dictionary) as Dictionary 114 ∗ 13.1.14 notifyWithDictionary(userInfo as dictionary) 115 ∗ 13.1.15 notifyWithTitle(title as string, description as string, notificationName as string, icon- Data as memoryblock = nil, Priority as Integer = 0, isSticky as boolean = false, clickContext as Variant = nil) 115 ∗ 13.1.16 notifyWithTitle(title as string, description as string, notificationName as string, icon- Data as memoryblock, Priority as Integer, isSticky as boolean, clickContext as Variant, iden- tifier as string) 116 ∗ 13.1.17 registerWithDictionary(regDict as dictionary = nil) as boolean 116 ∗ 13.1.18 registrationDictionaryByFillingInDictionary(regDict as dictionary) as Dictionary 117 ∗ 13.1.19 registrationDictionaryByFillingInDictionary(regDict as dictionary, restrictToKeys() as string) as Dictionary 118 ∗ 13.1.20 registrationDictionaryFromBundle(bundle as Variant = nil) as Dictionary 119 ∗ 13.1.21 registrationDictionaryFromDelegate as Dictionary 119 ∗ 13.1.22 reregisterGrowlNotifications 120 ∗ 13.1.24 Handle as Integer 120 ∗ 13.1.25 shouldUseBuiltInNotifications as boolean 120 ∗ 13.1.26 willRegisterWhenGrowlIsReady as boolean 121 ∗ 13.1.28 applicationIconDataForGrowl as Memoryblock 121 ∗ 13.1.29 applicationIconForGrowl as Variant 121 ∗ 13.1.30 applicationNameForGrowl as string 122 ∗ 13.1.31 growlIsReady 122 ∗ 13.1.32 growlNotificationTimedOut(clickContext as Variant) 122 ∗ 13.1.33 growlNotificationWasClicked(clickContext as Variant) 122 ∗ 13.1.34 hasNetworkClientEntitlement as boolean 123 ∗ 13.1.35 registrationDictionaryForGrowl as dictionary 123 ∗ 13.1.37 kApplicationIcon = ”ApplicationIcon” 124 ∗ 13.1.38 kApplicationId = ”ApplicationId” 124 ∗ 13.1.39 kApplicationName = ”ApplicationName” 124 ∗ 13.1.40 kApplicationPID = ”ApplicationPID” 125 ∗ 13.1.41 kGrowlNotificationIdentifier = ”GrowlNotificationIdentifier” 125 7 ∗ 13.1.42 kNotificationAppIcon = ”NotificationAppIcon” 125 ∗ 13.1.43 kNotificationClickContext = ”NotificationClickContext” 126 ∗ 13.1.44 kNotificationDescription = ”NotificationDescription” 126 ∗ 13.1.45 kNotificationIcon = ”NotificationIcon” 126 ∗ 13.1.46 kNotificationName = ”NotificationName” 127 ∗ 13.1.47 kNotificationPriority = ”NotificationPriority” 127 ∗ 13.1.48 kNotificationProgress = ”NotificationProgress” 127 ∗ 13.1.49 kNotificationsAll = ”AllNotifications” 127 ∗ 13.1.50 kNotificationsDefault = ”DefaultNotifications” 128 ∗ 13.1.51 kNotificationsDescriptions = ”NotificationDescriptions” 128 ∗ 13.1.52 kNotificationsHumanReadableNames = ”HumanReadableNames” 128 ∗ 13.1.53 kNotificationSticky = ”NotificationSticky” 129 ∗ 13.1.54 kNotificationTitle = ”NotificationTitle” 129 ∗ 13.1.55 kTicketVersion = ”TicketVersion” 129 8 CHAPTER 1. LIST OF TOPICS • 14 iTunes 131 – 14.1.1 class iTunesLibraryAlbumMBS 131 ∗ 14.1.3 Constructor 131 ∗ 14.1.5 AlbumArtist as String 131 ∗ 14.1.6 Artist as iTunesLibraryArtistMBS 132 ∗ 14.1.7 Compilation as Boolean 132 ∗ 14.1.8 DiscCount as Integer 132 ∗ 14.1.9 DiscNumber as Integer 132 ∗ 14.1.10 Gapless as Boolean 132 ∗ 14.1.11 Handle as Integer 133 ∗ 14.1.12 Rating as Integer 133 ∗ 14.1.13 RatingComputed as Boolean 133 ∗ 14.1.14 SortAlbumArtist as String 133 ∗ 14.1.15 SortTitle as String 133 ∗ 14.1.16 Title as String 133 ∗ 14.1.17 TrackCount as Integer 134 – 14.2.1 class iTunesLibraryArtistMBS 135 ∗ 14.2.3 Constructor 135 ∗ 14.2.5 Handle as Integer 135 ∗ 14.2.6 name as String 135 ∗ 14.2.7 sortName as String 135 – 14.3.1 class iTunesLibraryArtworkMBS 137 ∗ 14.3.3 Constructor 137 ∗ 14.3.5 Handle as Integer 137 ∗ 14.3.6 image as NSImageMBS 137 ∗ 14.3.7 imageData as Memoryblock 137 ∗ 14.3.8 imageDataFormat as Integer 138 ∗ 14.3.10 ITLibArtworkFormatBitmap = 1 138 ∗ 14.3.11 ITLibArtworkFormatBMP = 6 138 ∗ 14.3.12 ITLibArtworkFormatGIF = 4 138 ∗ 14.3.13 ITLibArtworkFormatJPEG = 2 138 ∗ 14.3.14 ITLibArtworkFormatJPEG2000 = 3 139 ∗ 14.3.15 ITLibArtworkFormatNone = 0 139 ∗ 14.3.16 ITLibArtworkFormatPICT = 8 139 ∗ 14.3.17 ITLibArtworkFormatPNG = 5 139 ∗ 14.3.18 ITLibArtworkFormatTIFF = 7 139 – 14.4.1 class iTunesLibraryMBS 141 ∗ 14.4.7 allMediaItems as iTunesLibraryMediaItemMBS() 142 ∗ 14.4.8 allPlaylists as iTunesLibraryPlaylistMBS() 142 ∗ 14.4.9 artworkForMediaFile(mediaFile as folderitem) as iTunesLibraryArtworkMBS 142 9 ∗ 14.4.10 artworkForMediaFile(mediaFileURL as string) as iTunesLibraryArtworkMBS 142 ∗ 14.4.11 Constructor(requestedAPIVersion as string, byref error as NSErrorMBS, threaded as boolean = false) 143 ∗ 14.4.12 libraryWithAPIVersion(requestedAPIVersion as string, byref error as NSErrorMBS) as iTunesLibraryMBS 143 ∗ 14.4.14 apiMajorVersion as Integer 144 ∗ 14.4.15 apiMinorVersion as Integer 144 ∗ 14.4.16 applicationVersion as String 144 ∗ 14.4.17 features as Integer 144 ∗ 14.4.18 Handle as Integer 144 ∗ 14.4.19 musicFolderLocation as String 145 ∗ 14.4.20 showContentRating as Boolean 145 ∗ 14.4.22 ITLibExportFeatureNone = 0 145 – 14.5.1 class iTunesLibraryMediaEntityMBS 146 ∗ 14.5.5 Constructor 146 ∗ 14.5.6 enumerateValuesExceptForProperties(propertyNames() as string) as dictionary 146 ∗ 14.5.7 enumerateValuesForAllProperties as dictionary 146 ∗ 14.5.8 enumerateValuesForProperties(propertyNames() as string) as dictionary 147 ∗ 14.5.9 ITLibMediaEntityPropertyPersistentID as string 147 ∗ 14.5.10 valueForProperty(PropertyName as string) as Variant 147 ∗ 14.5.12 Handle as Integer 147 ∗ 14.5.13 persistentID as Int64 147 – 14.6.1 class iTunesLibraryMediaItemMBS 148 ∗ 14.6.3 Constructor 148 ∗ 14.6.4 ITLibMediaItemPropertyAddedDate as string 148 ∗ 14.6.5 ITLibMediaItemPropertyAlbumArtist as string 148 ∗ 14.6.6 ITLibMediaItemPropertyAlbumDiscCount as string 148 ∗ 14.6.7 ITLibMediaItemPropertyAlbumDiscNumber as string 149 ∗ 14.6.8 ITLibMediaItemPropertyAlbumIsCompilation as string 149 ∗ 14.6.9 ITLibMediaItemPropertyAlbumIsGapless as string 149 ∗ 14.6.10 ITLibMediaItemPropertyAlbumRating as string 149 ∗ 14.6.11 ITLibMediaItemPropertyAlbumRatingComputed as string 149 ∗ 14.6.12 ITLibMediaItemPropertyAlbumTitle as string 149 ∗ 14.6.13 ITLibMediaItemPropertyAlbumTrackCount as string 150 ∗ 14.6.14 ITLibMediaItemPropertyArtistName as string 150 ∗ 14.6.15 ITLibMediaItemPropertyArtwork as string 150 ∗ 14.6.16 ITLibMediaItemPropertyBeatsPerMinute as string 150 ∗ 14.6.17 ITLibMediaItemPropertyBitRate as string 150 ∗ 14.6.18 ITLibMediaItemPropertyCategory as string 150 ∗ 14.6.19 ITLibMediaItemPropertyComments as string 151 ∗ 14.6.20 ITLibMediaItemPropertyComposer as string 151 10 CHAPTER 1. LIST OF TOPICS ∗ 14.6.21 ITLibMediaItemPropertyContentRating as string 151 ∗ 14.6.22 ITLibMediaItemPropertyDescription as string 151 ∗ 14.6.23 ITLibMediaItemPropertyFileType as string 151 ∗ 14.6.24 ITLibMediaItemPropertyGenre as string 151 ∗ 14.6.25 ITLibMediaItemPropertyGrouping as string 152 ∗ 14.6.26 ITLibMediaItemPropertyHasArtwork as string 152
Recommended publications
  • Diseño E Implementación De Actualizaciones Over the Air (OTA) Para Redes De Sensores Inalámbricas
    Diseño e implementación de actualizaciones Over The Air (OTA) para redes de sensores inalámbricas David García Fernández GRADO EN INGENIERÍA INFORMÁTICA FACULTAD DE INFORMÁTICA UNIVERSIDAD COMPLUTENSE DE MADRID Trabajo Fin de Grado en Ingeniería Informática Curso 2018-2019 Director: Joaquín Recas Resumen en castellano El objeto de este trabajo es el estudio de la viabilidad de las actualizaciones de firmware Over The Air (OTA) utilizando una red LPWAN, en concreto LoRaWAN. Dar soporte para actualizaciones de firmware OTA a día de hoy resulta fundamental y más todavía cuando estos nodos se encuentran en lugares remotos o sitios donde el acceso es muy limitado o peligroso. Tener implementada la funcionalidad para actualizaciones vía OTA permite corregir errores o añadir nuevas funcionalidades a distancia. Uno de los objetivos prioritarios consiste en que la misma actualización pueda llegar a un conjunto de nodos a la vez evitando tener que actualizar los nodos uno por uno, ya que esto supondría el envío de gran cantidad de información duplicada. Para llevar a cabo esta tarea, se ha realizado un estudio en profundidad sobre las características y el funcionamiento de la red LoRaWAN teniendo en cuenta que las redes LPWAN en general dificultan llevar a cabo este tipo de actualizaciones debido a sus conocidas limitaciones en cuanto a tamaño de payload y elevada latencia. Finalmente, este trabajo demuestra la viabilidad de las OTA mediante la aplicación de parches de actualización de firmware a conjuntos de nodos. Palabras clave OTA Over The Air Pycom Lopy STM32L475 LoRa LoRaWAN Bajo consumo Firmware OTA LoRa Server Red de sensores Abstract The aim of this work is the study of the feasibility of firmware updates Over The Air (OTA) using an LPWAN network, specifically LoRaWAN.
    [Show full text]
  • July 20 2020 Linux Documentation
    Linux SAFR® Documentation Linux SAFR® Documentation Documentation Version = 2.016 Publish Date = July 20, 2020 Copyright © 2020 RealNetworks, Inc. All rights reserved. SAFR® is a trademark of RealNetworks, Inc. Patents pending. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. 1 Contents 1 What’s New 5 2 SAFR Overview 6 3 SAFR System Requirements 9 4 Licensing 15 5 Getting Started with SAFR Platform on Linux 17 6 Camera Best Practices 20 7 Manage People in the Person Directory 28 8 Importing and Registering People 29 9 Image Quality Metrics Guidance 31 10 Actions Overview 35 11 Actions Relay Event Service (ARES) 37 12 SAFRActions.config 38 13 Large Scale Deployments 49 14 Database Redundancy 53 15 Object Storage Service Redundancy (CVOS) 58 16 SSL Certificate Installation 63 17 SAFR Support Tools and Scripts 67 18 SAFR Server Backup and Restore 69 19 SAFR Platform Command Line Install
    [Show full text]
  • Cybersecurity of Firmware Updates DISCLAIMER
    DOT HS 812 807 October 2020 Cybersecurity of Firmware Updates DISCLAIMER This publication is distributed by the U.S. Department of Transportation, National Highway Traffic Safety Administration, in the interest of information exchange. The opinions, findings, and conclusions expressed in this publication are those of the authors and not necessarily those of the Department of Transportation or the National Highway Traffic Safety Administration. The United States Government assumes no liability for its contents or use thereof. If trade or manufacturers’ names are mentioned, it is only because they are considered essential to the object of the publication and should not be construed as an endorsement. The United States Government does not endorse products or manufacturers. Suggested APA Format Citation: Bielawski, R., Gaynier, R., Ma, D., Lauzon, S., & Weimerskirch, A. (2020, October). Cybersecurity of Firmware Updates (Report No. DOT HS 812 807). National Highway Traffic Safety Administration. Technical Report Documentation Page 1. Report No. 2. Government Accession No. 3. Recipient's Catalog No. DOT HS 812 807 4. Title and Subtitle 5. Report Date Cybersecurity of Firmware Updates October 2020 6. Performing Organization Code 7. Authors 8. Performing Organization Report No. Russ Bielawski, Ron Gaynier, Dr. Di Ma, Sam Lauzon, and Dr. André Weimerskirch 9. Performing Organization Name and Address 10. Work Unit No. (TRAIS) Transportation Research Institute 11. Contract or Grant No. University of Michigan (Ann Arbor, MI) DTNH22-15-R-00104 Vehicle University of Michigan-Dearborn Electronics Systems Safety IDIQ Volkswagen Group of America (Herndon, VA) 12. Sponsoring Agency Name and Address 13. Type of Report and Period Covered National Highway Traffic Safety Administration Final Report 1200 New Jersey Avenue, SE 14.
    [Show full text]
  • MBS Cocoaextras Plugin Documentation
    MBS CocoaExtras Plugin Documentation Christian Schmitz July 16, 2017 2 0.1 Introduction This is the PDF version of the documentation for the Xojo (Real Studio) Plug-in from Monkeybread Software Germany. Plugin part: MBS CocoaExtras Plugin 0.2 Content • 1 List of all topics 3 • 2 List of all classes 31 • 3 List of all controls 33 • 4 List of all modules 35 • 5 List of all global methods 37 • 6 All items in this plugin 39 • 20 List of Questions in the FAQ 223 • 21 The FAQ 233 Chapter 1 List of Topics • 6 Apple Remote 39 { 6.1.1 class AppleRemoteMBS 39 ∗ 6.1.3 startListening 39 ∗ 6.1.4 stopListening 39 ∗ 6.1.6 ClickCountEnabledButtons as Integer 40 ∗ 6.1.7 ClickCountingEnabled as Boolean 40 ∗ 6.1.8 Handle as Integer 40 ∗ 6.1.9 ListeningOnAppActivate as Boolean 40 ∗ 6.1.10 ListeningToRemote as boolean 41 ∗ 6.1.11 MaximumClickCountTimeDifference as Double 41 ∗ 6.1.12 OpenInExclusiveMode as boolean 41 ∗ 6.1.13 ProcessesBacklog as Boolean 41 ∗ 6.1.14 RemoteAvailable as boolean 41 ∗ 6.1.15 remoteId as Integer 42 ∗ 6.1.16 SimulatesPlusMinusHold as Boolean 42 ∗ 6.1.18 ButtonPressed(ButtonID as Integer, PressedDown as boolean, clickCount as Integer) 42 ∗ 6.1.20 kRemoteButtonFullscreen2009 = 32768 42 ∗ 6.1.21 kRemoteButtonLeft = 64 43 ∗ 6.1.22 kRemoteButtonLeftHold = 256 43 ∗ 6.1.23 kRemoteButtonMenu = 8 43 ∗ 6.1.24 kRemoteButtonMenuHold = 512 43 ∗ 6.1.25 kRemoteButtonPlay = 16 43 ∗ 6.1.26 kRemoteButtonPlay2009 = 16384 43 ∗ 6.1.27 kRemoteButtonPlaySleep = 1024 43 ∗ 6.1.28 kRemoteButtonRight = 32 43 ∗ 6.1.29 kRemoteButtonRightHold = 128 44 3 4 CHAPTER 1.
    [Show full text]
  • Cybersecurity of Firmware Updates DISCLAIMER
    DOT HS 812 807 October 2020 Cybersecurity of Firmware Updates DISCLAIMER This publication is distributed by the U.S. Department of Transportation, National Highway Traffic Safety Administration, in the interest of information exchange. The opinions, findings, and conclusions expressed in this publication are those of the authors and not necessarily those of the Department of Transportation or the National Highway Traffic Safety Administration. The United States Government assumes no liability for its contents or use thereof. If trade or manufacturers’ names are mentioned, it is only because they are considered essential to the object of the publication and should not be construed as an endorsement. The United States Government does not endorse products or manufacturers. Suggested APA Format Citation: Bielawski, R., Gaynier, R., Ma, D., Lauzon, S., & Weimerskirch, A. (2020, October). Cybersecurity of Firmware Updates (Report No. DOT HS 812 807). National Highway Traffic Safety Administration. Technical Report Documentation Page 1. Report No. 2. Government Accession No. 3. Recipient's Catalog No. DOT HS 812 807 4. Title and Subtitle 5. Report Date Cybersecurity of Firmware Updates October 2020 6. Performing Organization Code 7. Authors 8. Performing Organization Report No. Russ Bielawski, Ron Gaynier, Dr. Di Ma, Sam Lauzon, and Dr. André Weimerskirch 9. Performing Organization Name and Address 10. Work Unit No. (TRAIS) Transportation Research Institute 11. Contract or Grant No. University of Michigan (Ann Arbor, MI) DTNH22-15-R-00104 Vehicle University of Michigan-Dearborn Electronics Systems Safety IDIQ Volkswagen Group of America (Herndon, VA) 12. Sponsoring Agency Name and Address 13. Type of Report and Period Covered National Highway Traffic Safety Administration Final Report 1200 New Jersey Avenue, SE 14.
    [Show full text]
  • May 12 2020 Linux Documentation
    Linux SAFR® Documentation Linux SAFR® Documentation Documentation Version = 2.007 Publish Date = April 12, 2020 Copyright © 2020 RealNetworks, Inc. All rights reserved. SAFR® is a trademark of RealNetworks, Inc. Patents pending. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. 1 Contents 1 What’s New 5 2 SAFR Overview 6 3 SAFR System Requirements 9 4 Licensing 15 5 Getting Started with SAFR Platform on Linux 17 6 Manage People in the Person Directory 20 7 Importing and Registering People 21 8 Image Quality Metrics Guidance 23 9 Actions Overview 27 10 Actions Relay Event Service (ARES) 29 11 SAFRActions.config 30 12 Large Scale Deployments 41 13 Database Redundancy 45 14 Object Storage Service Redundancy (CVOS) 50 15 SSL Certificate Installation 55 16 SAFR Support Tools and Scripts 59 17 SAFR Server Backup and Restore 61 18 Video Recognition Gateway (VIRGO) 62 19 VIRGO Installation
    [Show full text]
  • Securing Software Updates for Automobiles∗
    Uptane: Securing Software Updates for Automobiles∗ Trishank Karthik Akan Brown Sebastien Awwad Kuppusamy NYU Tandon School of NYU Tandon School of NYU Tandon School of Engineering Engineering Engineering [email protected] [email protected] [email protected] Damon McCoy Russ Bielawski Cameron Mott NYU Tandon School of University of Michigan Southwest Research Institute Engineering [email protected] [email protected] [email protected] Sam Lauzon André Weimerskirchy Justin Cappos University of Michigan University of Michigan, NYU Tandon School of [email protected] Lear Corporation Engineering [email protected] [email protected] ABSTRACT 26,27,29–31,33–37,39]. In one such case, a compromised Source- Forge mirror distributed a malicious version of phpMyAdmin, a Software update systems for automobiles can deliver significant popular database administration software [33]. The modified ver- benefits, but, if not implemented carefully, they could potentially sion allowed attackers to gain system access and remotely execute incur serious security vulnerabilities. Previous solutions for secur- PHP code on servers that installed the software. ing software updates consider standard attacks and deploy widely understood security mechanisms, such as digital signatures for the Automobiles introduced software updates more than a decade software updates, and hardware security modules (HSM) to sign ago, and today many electronic components in a vehicle can be up- software updates. However, no existing solution considers more dated by an automotive technician with a proper tool. However, advanced security objectives, such as resilience against a reposi- available update mechanisms played a crucial role in a variety of tory compromise, or freeze attacks to the vehicle’s update mech- published automotive related hacks, such as the recent study by anism, or a compromise at a supplier’s site.
    [Show full text]
  • Diffusion 6.6 User Guide Contents
    Diffusion 6.6 User Guide Contents List of Figures..............................................................................................10 List of Tables............................................................................................... 12 Part I: Welcome.......................................................................... 15 Introducing Diffusion................................................................................................. 16 Introducing topics and data................................................................................................ 16 Introducing sessions.............................................................................................................20 What's new in Diffusion 6.6?...................................................................................... 23 Part II: Quick Start Guide............................................................ 26 Part III: Design Guide.................................................................. 27 Support.....................................................................................................................28 System requirements for the Diffusion server....................................................................28 Platform support for the Diffusion API libraries.................................................................31 Feature support in the Diffusion API...................................................................................33 License types.........................................................................................................................38
    [Show full text]
  • Common Installation Guide CARAB 2.0 SPS1 Content
    Installation Guide CUSTOMER SAP Customer Activity Repository retail applications bundle Document Version: 1.0.0 – 2017-02-27 Common Installation Guide CARAB 2.0 SPS1 Content 1 Introduction.................................................................. 5 1.1 About this Document.............................................................5 1.2 Integration with SAP Fashion Management.............................................6 1.3 SAP Notes for the Installation.......................................................7 1.4 Information Available on SAP Help Portal..............................................13 1.5 Naming Conventions............................................................15 2 Planning.................................................................... 18 2.1 Overall System Planning..........................................................18 2.2 System Landscape Variants.......................................................21 SAP Allocation Management for Retail............................................. 21 SAP Assortment Planning for Retail...............................................22 SAP Customer Activity Repository................................................26 SAP Merchandise Planning for Retail..............................................30 3 Prerequisites.................................................................33 4 Preparation..................................................................41 4.1 SAP Assortment Planning for Retail..................................................41 Verify SAP
    [Show full text]
  • Apache Solr Reference Guide Covering Apache Solr
    TM Apache Solr Reference Guide Covering Apache Solr 5.5 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Apache Lucene, Apache Solr and their respective logos are trademarks of the Apache Software Foundation. Please see the Apache Trademark Policy for more information. Fonts used in the Apache Solr Reference Guide include Raleway, licensed under the SIL Open Font License, 1.1. Apache Solr Reference Guide This reference guide describes Apache Solr, the open source solution for search. You can download Apache Solr from the Solr website at http://lucene.apache.org/solr/. This Guide contains the following sections: Getting Started: This section guides you through the installation and setup of Solr. Using the Solr Administration User Interface: This section introduces the Solr Web-based user interface. From your browser you can view configuration files, submit queries, view logfile settings and Java environment settings, and monitor and control distributed configurations.
    [Show full text]
  • June 28 2020 Linux Documentation
    Linux SAFR® Documentation Linux SAFR® Documentation Documentation Version = 2.010 Publish Date = June 5, 2020 Copyright © 2020 RealNetworks, Inc. All rights reserved. SAFR® is a trademark of RealNetworks, Inc. Patents pending. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. 1 Contents 1 What’s New 5 2 SAFR Overview 6 3 SAFR System Requirements 9 4 Licensing 15 5 Getting Started with SAFR Platform on Linux 17 6 Camera Best Practices 20 7 Manage People in the Person Directory 28 8 Importing and Registering People 29 9 Image Quality Metrics Guidance 31 10 Actions Overview 35 11 Actions Relay Event Service (ARES) 37 12 SAFRActions.config 38 13 Large Scale Deployments 49 14 Database Redundancy 53 15 Object Storage Service Redundancy (CVOS) 58 16 SSL Certificate Installation 63 17 SAFR Support Tools and Scripts 67 18 SAFR Server Backup and Restore 69 19 Video Recognition Gateway (VIRGO)
    [Show full text]
  • Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers
    Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers First Published: 2016-11-01 Last Modified: 2021-07-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB's public domain version of the UNIX operating system. All rights reserved. Copyright © 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS" WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]